CellFormat Module
Functions and values
Function or value | Description |
|
|
Full Usage:
appendOrGetIndex cf stylesheet
Parameters:
CellFormat
stylesheet : Stylesheet
Returns: int
|
|
|
|
Full Usage:
getAt index stylesheet
Parameters:
int
stylesheet : Stylesheet
Returns: CellFormat
|
|
|
|
|
|
|
|
|
|
Full Usage:
isDateTime stylesheet cf
Parameters:
Stylesheet
cf : CellFormat
Returns: bool
|
|
Full Usage:
setAt index cf stylesheet
Parameters:
int
cf : CellFormat
stylesheet : Stylesheet
|
|
|
|
Full Usage:
tryGetAt index stylesheet
Parameters:
int
stylesheet : Stylesheet
Returns: CellFormat option
|
|
Full Usage:
tryGetIndex cellFormat stylesheet
Parameters:
CellFormat
stylesheet : Stylesheet
Returns: int option
|
|
|
|