IXlTable Properties
Represents a table in a worksheet.Name | Description |
---|---|
Columns | Provides access to the read-only collection of table columns. |
Comment | Gets or sets a string that provides additional information about the table. |
DataFormatting | Gets or sets format characteristics for the data area of the table. |
HasAutoFilter | Gets or sets a value indicating whether the filtering functionality is enabled for the table. |
HasHeaderRow | Gets a value indicating whether the header row is displayed for the table. |
HasTotalRow | Gets a value indicating whether the total row is displayed at the end of the table. |
Name | Gets or sets the table name. |
Range | Gets the range of cells occupied by the table. |
Style | Provides access to the table style options. |
TableBorderFormatting | Gets or sets border settings for a table. |
TotalRowFormatting | Gets or sets format characteristics for the total row of the table. |
See Also