ListColumnModel

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

NameTypeAccessDescription
idintReadGets the id.
nameStringReadGets the name.
totalsRowFunctionStringReadGets the totals row function.
totalsRowLabelStringReadGets the totals row label.
totalsRowFormulaStringReadGets the totals row formula.

Methods

SignatureDescription
getId()intReturns the id.
setId(id: int)Sets the id value.
getName()StringReturns the name.
setName(name: String)Sets the name value.
getTotalsRowFunction()StringReturns the totals row function.
setTotalsRowFunction(totalsRowFunction: String)Sets the totals row function value.
getTotalsRowLabel()StringReturns the totals row label.
setTotalsRowLabel(totalsRowLabel: String)Sets the totals row label value.
getTotalsRowFormula()StringReturns the totals row formula.
setTotalsRowFormula(totalsRowFormula: String)Sets the totals row formula value.

See Also