Formats the region as a table and adds an associated WorksheetTable to the Worksheet.Tables collection. Syntax Parameters tableHasHeaders A value which indicates whether the top row of the region contains the headers for the table. Return Value The WorksheetTable created the represent the formatted table for the r...
Formats the region as a table and adds an associated WorksheetTable to the Worksheet.Tables collection. Syntax Parameters tableHasHeaders A value which indicates whether the top row of the region contains the headers for the table.tableStyle The WorksheetTableStyle to apply to the table or null to use the Workbook...
Formats the region as a table and adds an associated WorksheetTable to the Worksheet.Tables collection. Overload List
Gets the bounds of the region in twips (1/20th of a point). Syntax Return Value The bounds of the region on its worksheet. Remarks 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 ref...
Gets the bounds of the region in twips (1/20th of a point). Syntax Parameters options The options to use when getting the bounds of the region. Return Value The bounds of the region on its worksheet. Remarks The bounds returned by this method are only valid with the current configuration of the worksheet. If any r...
Gets the bounds of the region in twips (1/20th of a point). Overload List
Gtes the hash code for the WorksheetRegion. Syntax
Gets the index of the last column in the region. Syntax Property Value The index of the last column in the region.
Gets the index of the last row in the region. Syntax Property Value The index of the last row in the region.
Gets the string representation of the range of cells in the region. Syntax Return Value The string representation of the range of cells in the region.