ListColumnModel
Overview
ListColumnModel is a class in Aspose.Cells FOSS for Java.
Internal model for a table (ListObject) column.
This class provides 10 methods for working with ListColumnModel objects in Java programs.
Available methods include: getId, getName, getTotalsRowFormula, getTotalsRowFunction, getTotalsRowLabel, setId, setName, setTotalsRowFormula, setTotalsRowFunction, setTotalsRowLabel.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: id, name, totalsRowFormula, totalsRowFunction, totalsRowLabel.
Description
ListColumnModel is a class in the Aspose.Cells FOSS library for Java that exposes 10 methods and 5 properties for programmatic use.
Core capabilities include: string; string; string. These operations enable developers to integrate listcolumnmodel functionality directly into Java applications.
The class also provides the id property (gets the id), the name property (gets the name), the totalsRowFunction property (gets the totals row function).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
id | int | Read | Gets the id. |
name | String | Read | Gets the name. |
totalsRowFunction | String | Read | Gets the totals row function. |
totalsRowLabel | String | Read | Gets the totals row label. |
totalsRowFormula | String | Read | Gets the totals row formula. |
Methods
| Signature | Description |
|---|---|
getId() → int | Returns the id. |
setId(id: int) | Sets the id value. |
getName() → String | Returns the name. |
setName(name: String) | Sets the name value. |
getTotalsRowFunction() → String | Returns the totals row function. |
setTotalsRowFunction(totalsRowFunction: String) | Sets the totals row function value. |
getTotalsRowLabel() → String | Returns the totals row label. |
setTotalsRowLabel(totalsRowLabel: String) | Sets the totals row label value. |
getTotalsRowFormula() → String | Returns the totals row formula. |
setTotalsRowFormula(totalsRowFormula: String) | Sets the totals row formula value. |