Static
$tStatic
nextGets the index of the first column in the region. The index of the first column in the region.
Gets the index of the first row in the region. The index of the first row in the region.
Gets the index of the last column in the region. The index of the last column in the region.
Gets the index of the last row in the region. The index of the last row in the region.
Applies a array formula to the region of cells.
'value' is parsed based on the [[CellReferenceMode]] of the [[Workbook]] to which the region belongs. If the region's [[worksheet]] has been removed from its parent collection, the A1 CellReferenceMode will be used to parse the formula.
[[ArgumentNullException]] 'value' is null or empty.
[[FormulaParseException]] 'value' is not a valid formula.
[[InvalidOperationException]] The region contains another array formula or data table which extends outside the region.
[[ArrayFormula]]
The array formula to parse and apply to the region.
Applies a formula to the region of cells.
'value' is parsed based on the [[CellReferenceMode]] of the [[Workbook]] to which the region belongs. If the region's [[worksheet]] has been removed from its parent collection, the A1 CellReferenceMode will be used to parse the formula.
[[ArgumentNullException]] 'value' is null or empty.
[[FormulaParseException]] 'value' is not a valid formula.
[[InvalidOperationException]] The region contains an array formula or data table which extends outside the region.
[[Formula]]
The formula to parse and apply to the region.
Formats the region as a table and adds an associated [[WorksheetTable]] to the [[Worksheet.tables]] collection.
When the table is created, the [[Workbook.defaultTableStyle]] will be applied to the value.
When the table is created, the column names will be taken from the cells in the header row if 'tableHasHeaders' is True. If it is False, the column names will be generated and the cells for the header row will be inserted into the worksheet.
The column names are unique within the owning WorksheetTable. If, when the table is created, there are two or more columns with the same name, the second and subsequent duplicate column names will have a number appended to make them unique. If any cells in the header row have a non-string value, their value will be changed to a string (the current display text of the cell). If any cells in the header row have no value, they will be given a generated column name.
If the region partially contains any merged cell regions, they will be removed from the worksheet and the table region will be expanded to include all cells from the merged region.
[[InvalidOperationException]] The region contains one or more cells from another [[WorksheetTable]].
[[InvalidOperationException]] The region contains one or more cells which have a multi-cell [[ArrayFormula]] applied.
[[InvalidOperationException]] The region contains one or more cells which are part of a [[WorksheetDataTable]].
A value which indicates whether the top row of the region contains the headers for the table.
Formats the region as a table and adds an associated [[WorksheetTable]] to the [[Worksheet.tables]] collection.
When the table is created, the specified 'tableStyle' will be applied to the value.
When the table is created, the column names will be taken from the cells in the header row if 'tableHasHeaders' is True. If it is False, the column names will be generated and the cells for the header row will be inserted into the worksheet.
The column names are unique within the owning WorksheetTable. If, when the table is created, there are two or more columns with the same name, the second and subsequent duplicate column names will have a number appended to make them unique. If any cells in the header row have a non-string value, their value will be changed to a string (the current display text of the cell). If any cells in the header row have no value, they will be given a generated column name.
If the region partially contains any merged cell regions, they will be removed from the worksheet and the table region will be expanded to include all cells from the merged region.
[[ArgumentException]] The specified 'tableStyle' does not exist in the [[Workbook.customTableStyles]] or [[Workbook.standardTableStyles]] collections.
[[InvalidOperationException]] The region contains one or more cells from another [[WorksheetTable]].
[[InvalidOperationException]] The region contains one or more cells which have a multi-cell [[ArrayFormula]] applied.
[[InvalidOperationException]] The region contains one or more cells which are part of a [[WorksheetDataTable]].
A value which indicates whether the top row of the region contains the headers for the table.
The [[WorksheetTableStyle]] to apply to the table or null to use the [[Workbook.defaultTableStyle]].
Gets the bounds of the region in twips (1/20th of a point).
The bounds returned by this method are only valid with the current configuration of the worksheet. If any rows or columns before the region are resized, these bounds will no longer reflect the position of the region.
Gets the bounds of the region in twips (1/20th of a point).
The bounds returned by this method are only valid with the current configuration of the worksheet. If any rows or columns before the region are resized, these bounds will no longer reflect the position of the region.
The options to use when getting the bounds of the region.
Gets the string representation of the range of cells in the region.
Gets the string representation of the range of cells in the region.
The mode used to generate cell references.
The value indicating whether to include the worksheet name in the range address.
Gets the string representation of the range of cells in the region.
The mode used to generate cell references.
The value indicating whether to include the worksheet name in the range address.
The value indicating whether to use a relative column address for the cells in the range.
The value indicating whether to use a relative row address for the cells in the range.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
reference
Represents a rectangular region of cells on a worksheet.