ITableColumn Interface Members
In This Topic
The following tables list the members exposed by ITableColumn.
Public Properties
| Name | Description |
 | DataBodyRange | Gets an IRange object that is the size of the data portion of a column. |
 | Header | Gets the Header cell for a ITableColumn object. |
 | Index | Gets an integer value that represents the index number of the ITableColumn object within the ITableColumns collection. |
 | Name | Gets or sets value that represents the name of the table column. |
 | Range | Gets an IRange object that represents the range to which the specified table object in the above table applies. |
 | Total | Gets the Total cell for a ITableColumn object. |
 | TotalsCalculation | Gets or sets the type of calculation in the Totals row of the table column. |
Top
Public Methods
| Name | Description |
 | Delete | Deletes the column of data in the table. |
Top
See Also