Name | Description | |
---|---|---|
![]() | Active | Gets a value indicating whether the active cell of worksheet is inside the range of this Table object. |
![]() | AutoFilter | Gets the filter of this Table. |
![]() | AutoGenerateColumns | Gets or sets whether to generate the columns automatically based on the data source. |
![]() | BorderFormatting | Gets the table border format. |
![]() | Comment | Gets or sets the comment associated with the Table object. |
![]() | DataAllowAddNew | Gets or sets whether to allow the user to add a new row when the table is bound. |
![]() | DataRow | Gets the worksheet index of the table data's top row. |
![]() | DataRow2 | Gets the worksheet index of the table data's bottom row. |
![]() | DataRowFormatting | Gets the data row format. |
![]() | DataSource | Gets or sets the data source that populates the table. |
![]() | HeaderRowBorderFormatting | Gets the header row border format. |
![]() | HeaderRowFormatting | Gets the header row format. |
![]() | Item | Gets the TableColumn at the specified column index. |
![]() | Name | Gets the name of Table object. |
![]() | Range | Gets the range reference of this Table. |
![]() | ShowAutoFilterDropDown | Gets or sets a value indicating whether the filter button in the header row of each column is displayed. |
![]() | ShowHeaders | Gets or sets a value indicating whether the header row is visible. |
![]() | ShowTotals | Gets or sets a value indicating whether the total row is visible. |
![]() | Sort | Gets the sort object. |
![]() | TableStyle | Gets the TableStyle indicates which style will be applied to this Table. |
![]() | TableStyleSetting | Gets or sets the TableStyleSetting value indicates which style will be applied. |
![]() | TotalsRowBorderFormatting | Gets the totals row border format. |
![]() | TotalsRowFormatting | Gets the totals row format. |