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
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets or sets the name. |
TotalsCalculation | TotalsCalculation | Read/Write | Gets or sets the totals calculation. |
TotalsRowLabel | string | Read/Write | Gets or sets the totals row label. |
TotalsRowFormula | string | Read/Write | Gets or sets the totals row formula. |