For runtime type checking.
For runtime type checking.
Batches all 'transactional' changes until they have all be committed or rolled back.
Optional
options: string | OperationOptionsDescription of the operation or additional options. Used for tracking undo/redo and history. Default Value User Operation
.
Any changes that are made to this object will be reflected in the local record but not committed to the transactional store until the batch is popped.
Useful for operations that are longer running but generally not recommended as it keeps a transaction open. doBatch is the preferred option.
Similar to delete but cleans resources and can't be undone.
Convert the existing table to a range. This will remove the table but preserve the original data and formatting.
The maximum number of convert.
Returns an column for the given offset.
Returns the columns for this table.
Returns the AutoFilter used for this table.
Returns the range for the entire table.
Specifies if filter buttons are being shown.
Specifies if headers are being shown for the table.
Specifies if totals are being shown for the table.
Returns a snapshot of the table that can be used for copying and archiving.
Optional
options: ReferenceableClipboard.CopyOptionsReturns the current sort or null if there is no IAutoSort.
Returns the current ITableStyle
used.
Returns a cell style for the given coords.
The absolute coords.
Get the style info.
Returns the range for the entire table.
Returns the coords after any hidden values are applied.
The absolute coords
Enabled and returns an IAutoFilter. Only one AutoFilter per table is supported so this will return the same instance if it has already been created.
Only one sort per table is supported so this will. return the same instance if it has already been created.
Returns if the model has been closed
Returns a flag indicating if the first column is visible due to hidden headers.
Returns a flag indicating if the header is visible due to hidden headers.
Returns a flag indicating if the first column is visible due to hidden headers.
If the anchor is unable to be modified.
Returns a flag indicating if the footer is visible due to hidden headers.
Resize the table.
The new size of the table.
Selects the current table.
Optional
options: ICellRange.SelectOptionsAn async boolean indicating the table was selected.
This is the alternative text use for assistive technologies.
A short human readable text. Default value null
.
Specifies if headers are being shown for the table.
Specifies if totals are being shown for the table.
Updates the table StyleInfo.
Style options unique to the table.
Implementation of ITable.