Sheet Module
Part of the Workbook, stores name and other additional info of the sheet. (Unmanaged: Changing a sheet does not alter the associated worksheet which stores the data)
Nested modules
Modules | Description |
Functions and values
Function or value | Description |
Full Usage:
add spreadsheetDocument sheet
Parameters:
SpreadsheetDocument
sheet : Sheet
Returns: SpreadsheetDocument
|
|
Full Usage:
countSheets spreadsheetDocument
Parameters:
SpreadsheetDocument
Returns: int
|
|
Full Usage:
create id name sheetID
Parameters:
string
name : string
sheetID : uint32
Returns: Sheet
|
|
|
|
|
|
|
|
Full Usage:
remove spreadsheetDocument sheet
Parameters:
SpreadsheetDocument
sheet : Sheet
Returns: SpreadsheetDocument
|
|
|
|
|
|
|
|
Full Usage:
tryFind predicate spreadsheetDocument
Parameters:
string -> string -> uint32 -> bool
spreadsheetDocument : SpreadsheetDocument
Returns: Sheet option
|
|
Full Usage:
tryGetById id spreadsheetDocument
Parameters:
string
spreadsheetDocument : SpreadsheetDocument
Returns: Sheet option
|
|
Full Usage:
tryItem index spreadsheetDocument
Parameters:
uint
spreadsheetDocument : SpreadsheetDocument
Returns: Sheet option
|
SheetIndices are 1-based.
|
Full Usage:
tryItemByName name spreadsheetDocument
Parameters:
string
spreadsheetDocument : SpreadsheetDocument
Returns: Sheet option
|