ListColumnModel
Overview
ListColumnModel is a class in Aspose.Cells FOSS for Java.
Internal model for a table (ListObject) column.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
id | int | Read | |
name | String | Read | |
totalsRowFunction | String | Read | |
totalsRowLabel | String | Read | |
totalsRowFormula | String | Read |
Methods
| Signature | Description |
|---|---|
getId() → int | |
setId(id: int) | |
getName() → String | |
setName(name: String) | |
getTotalsRowFunction() → String | |
setTotalsRowFunction(totalsRowFunction: String) | |
getTotalsRowLabel() → String | |
setTotalsRowLabel(totalsRowLabel: String) | |
getTotalsRowFormula() → String | |
setTotalsRowFormula(totalsRowFormula: String) |