ListColumnModel
Overview
ListColumnModel is a class in Aspose.Cells FOSS for .NET.
Represents the internal model for a single column in a table.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Id | int | Read | Gets or sets the column’s unique identifier |
Name | string | Read/Write | Gets or sets the column’s display name |
TotalsRowFunction | string | Read/Write | Gets or sets the function used in the totals row (e.g., SUM) |
TotalsRowLabel | string | Read/Write | Gets or sets the label displayed in the totals row for this column |
TotalsRowFormula | string | Read/Write | Gets or sets a custom formula for the totals row of this column |
Methods
| Signature | Description |
|---|---|
ListColumnModel(id: int, name: string) | Creates a new column model with the specified id and name |