Interface ITableColumn
public interface ITableColumn
Method Summary
All Methods Instance Methods Abstract Methods
void
Deletes the column of data in the table.
Returns the
IRange
object that is the size of the data portion of acolumn.
Returns the name of data field of current table column.
int
Gets the name of the table column.
Returns the
IRange
object that represents the range to which thespecified list object in the above list applies.
Gets the type of calculation in the Totals row of the table column based on the value of the
TotalsCalculation
enumeration.
void
Sets the name of data field of current table column.
void
Sets the name of the table column.
void
Sets the type of calculation in the Totals row of the table column based on the value of the
TotalsCalculation
enumeration.
Method Details
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.
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.
getTotalsCalculation
Gets the type of calculation in the Totals row of the table column based on the value of the
TotalsCalculation
enumeration.
setTotalsCalculation
Sets the type of calculation in the Totals row of the table column based on the value of the
TotalsCalculation
enumeration.
delete
void delete ()
Deletes the column of data in the table.
getDataBodyRange
Returns the
IRange
object that is the size of the data portion of acolumn.
getRange
Returns the
IRange
object that represents the range to which thespecified list object in the above list applies.
getDataField
Returns the name of data field of current table column.
setDataField
void setDataField (String value)
Sets the name of data field of current table column.