ListColumn

Overview

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

Represents a column within an Excel table (ListObject).

Properties

NameTypeAccessDescription
idintReadOne-based column identifier as stored in OOXML.
nameStringRead
totalsCalculationTotalsCalculationRead
totalsRowLabelStringRead
totalsRowFormulaStringRead

Methods

SignatureDescription
getId()intOne-based column identifier as stored in OOXML.
getName()String
setName(name: String)
getTotalsCalculation()TotalsCalculation
setTotalsCalculation(calc: TotalsCalculation)
getTotalsRowLabel()String
setTotalsRowLabel(label: String)
getTotalsRowFormula()String
setTotalsRowFormula(formula: String)
parseTotalsCalculation(raw: String)TotalsCalculation
totalsCalculationToString(calc: TotalsCalculation)String

See Also