SheetElement Type
Union cases
| Union case | Description |
Full Usage:
IndexedCell(RowIndex, ColumnIndex, Value)
Parameters:
RowIndex
Item2 : ColumnIndex
Item3 : Value
|
|
Full Usage:
IndexedColumn(ColumnIndex, ColumnElement list)
Parameters:
ColumnIndex
Item2 : ColumnElement list
|
|
Full Usage:
IndexedRow(RowIndex, RowElement list)
Parameters:
RowIndex
Item2 : RowElement list
|
|
|
|
|
|
|
|
|
|
Instance members
| Instance member | Description |
Full Usage:
this.IsIndexedCell
Returns: bool
|
|
Full Usage:
this.IsIndexedColumn
Returns: bool
|
|
Full Usage:
this.IsIndexedRow
Returns: bool
|
|
Full Usage:
this.IsTable
Returns: bool
|
|
Full Usage:
this.IsUnindexedCell
Returns: bool
|
|
Full Usage:
this.IsUnindexedColumn
Returns: bool
|
|
Full Usage:
this.IsUnindexedRow
Returns: bool
|
|
FsSpreadsheet