public interface ITableColumn
ITableColumn object is a member
of the ITableColumns collection. The ITableColumns collection
contains all the columns in a table (ITable object).| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the column of data in the table.
|
IRange |
getDataBodyRange()
Returns the
IRange object that is the size of the data portion of a
column. |
java.lang.String |
getDataField()
Returns the name of data field of current table column.
|
int |
getIndex()
Returns the index number of the
ITableColumn object within the
ITableColumns collection. |
java.lang.String |
getName()
Gets the name of the table column.
|
IRange |
getRange()
Returns the
IRange object that represents the range to which the
specified list object in the above list applies. |
IRange |
getTotal()
Returns the Total row for the
ITableColumn object. |
TotalsCalculation |
getTotalsCalculation()
Determines the type of calculation in the Totals row of the table column
based on the value of the
TotalsCalculation enumeration. |
void |
setDataField(java.lang.String value)
Sets the name of data field of current table column.
|
void |
setName(java.lang.String value)
Sets the name of the table column.
|
void |
setTotalsCalculation(TotalsCalculation value)
Determines the type of calculation in the Totals row of the table column
based on the value of the
TotalsCalculation enumeration. |
int getIndex()
ITableColumn object within the
ITableColumns collection.java.lang.String getName()
void setName(java.lang.String value)
TotalsCalculation getTotalsCalculation()
TotalsCalculation enumeration.void setTotalsCalculation(TotalsCalculation value)
TotalsCalculation enumeration.IRange getTotal()
ITableColumn object.void delete()
IRange getDataBodyRange()
IRange object that is the size of the data portion of a
column.IRange getRange()
IRange object that represents the range to which the
specified list object in the above list applies.java.lang.String getDataField()
void setDataField(java.lang.String value)