ListColumnModel

ListColumnModel

Overview

ListColumnModel is a class in Aspose.Cells FOSS for Java.

Internal model for a table (ListObject) column.

Properties

NameTypeAccessDescription
idintRead
nameStringRead
totalsRowFunctionStringRead
totalsRowLabelStringRead
totalsRowFormulaStringRead

Methods

SignatureDescription
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)

See Also