Version

Search Results

FormatAsTable(Boolean) Method

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...

FormatAsTable(Boolean,WorksheetTableStyle) Method

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...

FormatAsTable Method

Formats the region as a table and adds an associated WorksheetTable to the Worksheet.Tables collection. Overload List

GetBoundsInTwips() Method

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...

GetBoundsInTwips(PositioningOptions) Method

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...

GetBoundsInTwips Method (WorksheetRegion)

Gets the bounds of the region in twips (1/20th of a point). Overload List

GetHashCode Method (WorksheetRegion)

Gtes the hash code for the WorksheetRegion. Syntax

LastColumn Property

Gets the index of the last column in the region. Syntax Property Value The index of the last column in the region.

LastRow Property

Gets the index of the last row in the region. Syntax Property Value The index of the last row in the region.

ToString() Method

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.