Name | Description | |
---|---|---|
![]() | delete | Deletes the column of data in the table. |
![]() | getDataBodyRange | Returns the IRange object that is the size of the data portion of acolumn. |
![]() | getDataField | Returns the name of data field of current table column. |
![]() | getIndex | Returns the index number of the ITableColumn object within the ITableColumns collection. |
![]() | getName | Gets 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. |
![]() | getRange | Returns the IRange object that represents the range to which thespecified list object in the above list applies. |
![]() | getTotal | Returns the Total row for the ITableColumn object. |
![]() | getTotalsCalculation | Gets the type of calculation in the Totals row of the table column based on the value of the TotalsCalculation enumeration. |
![]() | setDataField | Sets the name of data field of current table column. |
![]() | setName | 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. |
![]() | setTotalsCalculation | Sets the type of calculation in the Totals row of the table column based on the value of the TotalsCalculation enumeration. |