[]
Represents a column in a table.
public interface ITableColumn
Public Interface ITableColumn
Name | Description |
---|---|
CellType | Gets or sets the cell type for this table column. |
DataBodyRange | Gets an IRange object that is the size of the data portion of a column. |
DataField | Gets or sets the data field for this table column in the data source. |
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. |
Name | Description |
---|---|
Delete(int) | Deletes the column of data in the table. |