The following tables list the members exposed by WorksheetTableColumn.
Name | Description | |
---|---|---|
![]() | AreaFormats | Gets the collection of formats used for each area of the column. |
![]() | ColumnFormula | Gets the formula associated with the data area of the column. |
![]() | DataAreaRegion | Gets the WorksheetRegion which represents the region of cells in the data area of the column. |
![]() | Filter | Gets the filter applied to the column. |
![]() | HeaderCell | Gets the WorksheetCell which represents the header cell for the column. |
![]() | Index | Gets the 0-based index of the column in the owning WorksheetTable.Columns collection. |
![]() | Name | Gets or sets the name of the column. |
![]() | SortCondition | Gets or sets the sort condition used to sort the column in the table. |
![]() | Table | Gets the WorksheetTable to which the column belongs. |
![]() | TotalCell | Gets the WorksheetCell which represents the total cell for the column. |
![]() | TotalFormula | Gets or sets the formula to use in the total cell of the column. |
![]() | TotalLabel | Gets or sets the text label to use in the total cell of the column. |
![]() | WholeColumnRegion | Gets the WorksheetRegion which represents the region of cells in the whole column, including the header and total cells, if visible. |