C# 클래스 CoreSprint.Spreadsheet.SpreadsheetFacade

상속: ISpreadsheetFacade
파일 보기 프로젝트 열기: fortesinformatica/CoreSprint

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetCellFeed ( CellQuery cellQuery ) : CellFeed
GetCellFeed ( WorksheetEntry worksheet ) : CellFeed
GetListFeed ( WorksheetEntry worksheet ) : ListFeed

메소드 상세

CreateHeader() 공개 메소드

public CreateHeader ( Google.GData.Spreadsheets.WorksheetEntry worksheet, IList cellHeaders ) : void
worksheet Google.GData.Spreadsheets.WorksheetEntry
cellHeaders IList
리턴 void

CreateWorksheet() 공개 메소드

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
리턴 void

CreateWorksheet() 공개 메소드

public CreateWorksheet ( string spreadsheetId, string worksheeTitle, uint rows = 100, uint cols = 10 ) : void
spreadsheetId string
worksheeTitle string
rows uint
cols uint
리턴 void

DeleteWorksheet() 공개 메소드

public DeleteWorksheet ( Google.GData.Spreadsheets.SpreadsheetEntry spreadsheet, string worksheetName ) : void
spreadsheet Google.GData.Spreadsheets.SpreadsheetEntry
worksheetName string
리턴 void

DeleteWorksheet() 공개 메소드

public DeleteWorksheet ( string spreadsheetId, string worksheetName ) : void
spreadsheetId string
worksheetName string
리턴 void

GetCellValue() 공개 메소드

public GetCellValue ( WorksheetEntry worksheet, uint row, uint col ) : string
worksheet WorksheetEntry
row uint
col uint
리턴 string

GetCellsValues() 공개 메소드

public GetCellsValues ( WorksheetEntry worksheet, uint minrow, uint maxrow, uint mincol, uint maxcol ) : IEnumerable
worksheet WorksheetEntry
minrow uint
maxrow uint
mincol uint
maxcol uint
리턴 IEnumerable

GetSpreadsheet() 공개 메소드

public GetSpreadsheet ( string spreadsheetId ) : SpreadsheetEntry
spreadsheetId string
리턴 SpreadsheetEntry

GetWorksheet() 공개 메소드

public GetWorksheet ( SpreadsheetEntry spreadsheet, string worksheetName ) : WorksheetEntry
spreadsheet SpreadsheetEntry
worksheetName string
리턴 WorksheetEntry

GetWorksheet() 공개 메소드

public GetWorksheet ( string spreadsheetId, string worksheetName ) : WorksheetEntry
spreadsheetId string
worksheetName string
리턴 WorksheetEntry

InsertInWorksheet() 공개 메소드

public InsertInWorksheet ( WorksheetEntry worksheet, ListEntry row ) : void
worksheet WorksheetEntry
row ListEntry
리턴 void

SaveToCell() 공개 메소드

public SaveToCell ( WorksheetEntry worksheet, uint row, uint col, string value ) : void
worksheet WorksheetEntry
row uint
col uint
value string
리턴 void

SpreadsheetFacade() 공개 메소드

public SpreadsheetFacade ( ISpreadsheetConnection connection ) : System
connection ISpreadsheetConnection
리턴 System