Modifier and Type | Method and Description |
---|---|
CellRange |
getDataRange()
Gets the column data range.
|
int |
getIndex()
Gets the column index.
|
String |
getName()
Gets the column name.
|
Table |
getParent()
Gets the parent
Table . |
CellRange |
getRange()
Gets the column range.
|
String |
getTotalsRowFormula()
Gets the totals row formula.
|
TotalsRowFunction |
getTotalsRowFunction()
Gets the totals row function.
|
void |
setName(String name)
Sets the column name.
|
void |
setTotalsRowFormula(String totalsRowFormula)
Gets the totals row formula.
|
void |
setTotalsRowFunction(TotalsRowFunction totalsRowFunction)
Sets the totals row function.
|
public CellRange getDataRange()
Method returns column range without header row and, if enabled, totals row.
CellRange
.public int getIndex()
public String getName()
public CellRange getRange()
Method returns complete column range which includes header row and, if enabled, totals row.
CellRange
.public String getTotalsRowFormula()
public TotalsRowFunction getTotalsRowFunction()
public void setName(String name)
name
- The column name.public void setTotalsRowFormula(String totalsRowFormula)
totalsRowFormula
- The totals row formula.IllegalStateException
- Parent table doesn't have totals row.public void setTotalsRowFunction(TotalsRowFunction totalsRowFunction)
totalsRowFunction
- The totals row function.IllegalStateException
- Parent table doesn't have totals row.© GemBox d.o.o. — All rights reserved.