Xl Type
Static members
| Static member |
Description
|
|
|
Full Usage:
Xl.AsTable(t, ?ShowRowHeaders, ?ShowColumnHeaders, ?TableStyle, ?ShowFilter, ?Style, ?RowSpan, ?ColSpan, ?TableTitle, ?TableTitleStyle)
Parameters:
'T
?ShowRowHeaders : bool
?ShowColumnHeaders : bool
?TableStyle : obj
?ShowFilter : bool
?Style : obj
?RowSpan : obj
?ColSpan : obj
?TableTitle : obj
?TableTitleStyle : obj
Returns: ExcelState -> ExcelState
|
|
Full Usage:
Xl.AsTable(range, ?ShowRowHeaders, ?ShowColumnHeaders, ?TableStyle, ?ShowFilter, ?Style, ?RowSpan, ?ColSpan, ?TableTitle, ?TableTitleStyle)
Parameters:
string
?ShowRowHeaders : bool
?ShowColumnHeaders : bool
?TableStyle : obj
?ShowFilter : bool
?Style : obj
?RowSpan : obj
?ColSpan : obj
?TableTitle : obj
?TableTitleStyle : obj
Returns: 'T -> ExcelState
|
|
Full Usage:
Xl.GroupColumns(cStart) (cEnd) (state)
Parameters:
'a
cEnd : 'b
state : ExcelState
Returns: ExcelState
|
|
|
|
|
|
Full Usage:
Xl.WithColumnDescriptions(ds) (state)
Parameters:
ColumnDescription seq
state : ExcelState
Returns: ExcelState
|
|
Full Usage:
Xl.WithColumnFormats(fs) (state)
Parameters:
ColumnFormat seq
state : ExcelState
Returns: ExcelState
|
|
Full Usage:
Xl.WithColumnFormatsWithOffset(fs) (offSet) (numOfRows) (useEndOfData) (state)
Parameters:
ColumnFormat seq
offSet : int
numOfRows : int
useEndOfData : bool
state : ExcelState
Returns: ExcelState
|
|
Full Usage:
Xl.WithEntireColumnFormats(fs) (state)
Parameters:
ColumnFormat seq
state : ExcelState
Returns: ExcelState
|
|
Full Usage:
Xl.WithSheetFormat(?FontSize, ?AutoFit)
Parameters:
'a
?AutoFit : 'b
Returns: ExcelState -> ExcelState
|
|
Deedle