C# Class CoreSprint.Spreadsheet.SpreadsheetFacade

Inheritance: ISpreadsheetFacade
Afficher le fichier Open project: fortesinformatica/CoreSprint

Méthodes publiques

Méthode Description
CreateHeader ( Google.GData.Spreadsheets.WorksheetEntry worksheet, IList cellHeaders ) : void
CreateWorksheet ( Google.GData.Spreadsheets.SpreadsheetEntry spreadsheet, string worksheeTitle, uint rows = 100, uint cols = 10 ) : void
CreateWorksheet ( string spreadsheetId, string worksheeTitle, uint rows = 100, uint cols = 10 ) : void
DeleteWorksheet ( Google.GData.Spreadsheets.SpreadsheetEntry spreadsheet, string worksheetName ) : void
DeleteWorksheet ( string spreadsheetId, string worksheetName ) : void
GetCellValue ( WorksheetEntry worksheet, uint row, uint col ) : string
GetCellsValues ( WorksheetEntry worksheet, uint minrow, uint maxrow, uint mincol, uint maxcol ) : IEnumerable
GetSpreadsheet ( string spreadsheetId ) : SpreadsheetEntry
GetWorksheet ( SpreadsheetEntry spreadsheet, string worksheetName ) : WorksheetEntry
GetWorksheet ( string spreadsheetId, string worksheetName ) : WorksheetEntry
InsertInWorksheet ( WorksheetEntry worksheet, ListEntry row ) : void
SaveToCell ( WorksheetEntry worksheet, uint row, uint col, string value ) : void
SpreadsheetFacade ( ISpreadsheetConnection connection ) : System

Private Methods

Méthode Description
GetCellFeed ( CellQuery cellQuery ) : CellFeed
GetCellFeed ( WorksheetEntry worksheet ) : CellFeed
GetListFeed ( WorksheetEntry worksheet ) : ListFeed

Method Details

CreateHeader() public méthode

public CreateHeader ( Google.GData.Spreadsheets.WorksheetEntry worksheet, IList cellHeaders ) : void
worksheet Google.GData.Spreadsheets.WorksheetEntry
cellHeaders IList
Résultat void

CreateWorksheet() public méthode

public CreateWorksheet ( Google.GData.Spreadsheets.SpreadsheetEntry spreadsheet, string worksheeTitle, uint rows = 100, uint cols = 10 ) : void
spreadsheet Google.GData.Spreadsheets.SpreadsheetEntry
worksheeTitle string
rows uint
cols uint
Résultat void

CreateWorksheet() public méthode

public CreateWorksheet ( string spreadsheetId, string worksheeTitle, uint rows = 100, uint cols = 10 ) : void
spreadsheetId string
worksheeTitle string
rows uint
cols uint
Résultat void

DeleteWorksheet() public méthode

public DeleteWorksheet ( Google.GData.Spreadsheets.SpreadsheetEntry spreadsheet, string worksheetName ) : void
spreadsheet Google.GData.Spreadsheets.SpreadsheetEntry
worksheetName string
Résultat void

DeleteWorksheet() public méthode

public DeleteWorksheet ( string spreadsheetId, string worksheetName ) : void
spreadsheetId string
worksheetName string
Résultat void

GetCellValue() public méthode

public GetCellValue ( WorksheetEntry worksheet, uint row, uint col ) : string
worksheet WorksheetEntry
row uint
col uint
Résultat string

GetCellsValues() public méthode

public GetCellsValues ( WorksheetEntry worksheet, uint minrow, uint maxrow, uint mincol, uint maxcol ) : IEnumerable
worksheet WorksheetEntry
minrow uint
maxrow uint
mincol uint
maxcol uint
Résultat IEnumerable

GetSpreadsheet() public méthode

public GetSpreadsheet ( string spreadsheetId ) : SpreadsheetEntry
spreadsheetId string
Résultat SpreadsheetEntry

GetWorksheet() public méthode

public GetWorksheet ( SpreadsheetEntry spreadsheet, string worksheetName ) : WorksheetEntry
spreadsheet SpreadsheetEntry
worksheetName string
Résultat WorksheetEntry

GetWorksheet() public méthode

public GetWorksheet ( string spreadsheetId, string worksheetName ) : WorksheetEntry
spreadsheetId string
worksheetName string
Résultat WorksheetEntry

InsertInWorksheet() public méthode

public InsertInWorksheet ( WorksheetEntry worksheet, ListEntry row ) : void
worksheet WorksheetEntry
row ListEntry
Résultat void

SaveToCell() public méthode

public SaveToCell ( WorksheetEntry worksheet, uint row, uint col, string value ) : void
worksheet WorksheetEntry
row uint
col uint
value string
Résultat void

SpreadsheetFacade() public méthode

public SpreadsheetFacade ( ISpreadsheetConnection connection ) : System
connection ISpreadsheetConnection
Résultat System