Package | Description |
---|---|
com.gembox.spreadsheet.tables |
Contains types that constitute model of Tables.
|
Modifier and Type | Method and Description |
---|---|
static TotalsRowFunction |
TotalsRowFunction.forValue(int value)
Deprecated.
This method is internal and should not be used.
|
TotalsRowFunction |
TableColumn.getTotalsRowFunction()
Gets the totals row function.
|
static TotalsRowFunction |
TotalsRowFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TotalsRowFunction[] |
TotalsRowFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TableColumn.setTotalsRowFunction(TotalsRowFunction totalsRowFunction)
Sets the totals row function.
|
void |
TableColumn.updateTotalsRowFunction(TotalsRowFunction value)
Deprecated.
This method is internal and should not be used.
|
© GemBox Ltd. — All rights reserved.