Row Module
Functions for working with rows (unmanaged: spans and cell references do not get automatically updated).
Nested modules
Modules | Description |
Functions and values
Function or value | Description |
|
|
Full Usage:
appendValue sst value row
Parameters:
Option<SharedStringTable>
value : 'T
row : Row
Returns: Row
|
|
|
|
Full Usage:
create index spans cells
Parameters:
uint32
spans : ListValue<StringValue>
cells : Cell seq
Returns: Row
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
insertCellBefore newCell refCell row
Parameters:
OpenXmlElement
refCell : OpenXmlElement
row : Row
Returns: Row
|
|
Full Usage:
insertValue sst index value row
Parameters:
Option<SharedStringTable>
index : uint32
value : 'T
row : Row
Returns: Row
|
|
Full Usage:
insertValueAt sst index value row
Parameters:
Option<SharedStringTable>
index : uint32
value : 'T
row : Row
Returns: Row
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
ofValues sst rowIndex vals
Parameters:
Option<SharedStringTable>
rowIndex : uint32
vals : 'T seq
Returns: Row
|
|
|
|
|
|
|
|
Full Usage:
setValue sst index value row
Parameters:
Option<SharedStringTable>
index : uint32
value : 'T
row : Row
Returns: Row
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|