ListColumn

Overview

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

Represents a single column in an Excel table.

Properties: Name, TotalsCalculation, TotalsRowFormula, TotalsRowLabel.

Description

ListColumn is a class in the Aspose.Cells FOSS library for .NET that exposes 0 methods and 4 properties for programmatic use.

Properties

NameTypeAccessDescription
NamestringRead/WriteGets or sets the name.
TotalsCalculationTotalsCalculationRead/WriteGets or sets the totals calculation.
TotalsRowLabelstringRead/WriteGets or sets the totals row label.
TotalsRowFormulastringRead/WriteGets or sets the totals row formula.

See Also