ITableColumn Interface Members
In This Topic
The following tables list the members exposed by ITableColumn.
Public Properties
| Name | Description |
| DataBodyRange | Returns the IRange object that is the size of the data portion of a column (read-only). |
| DataField |
Gets or sets the name of data field of current table column.
|
| Index | Returns the index number of the ITableColumn object within the ITableColumns collection (read-only). |
| Name |
Gets or sets the name of the table column. This is also used as the display name of the table column. This name must be unique within the table (read or write).
|
| Range | Returns the IRange object that represents the range to which the specified list object in the above list applies (read-only). |
| Total | Returns the Total row for the ITableColumn object (read-only). |
| TotalsCalculation | Determines the type of calculation in the Totals row of the table column based on the value of the TotalsCalculation enumeration (read or write). |
Top
Public Methods
| Name | Description |
| Delete |
Deletes the column of data in the table.
|
Top
See Also