ListColumnModel

ListColumnModel

Overview

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

Represents the internal model for a single column in a table.

Properties

NameTypeAccessDescription
IdintReadGets or sets the column’s unique identifier
NamestringRead/WriteGets or sets the column’s display name
TotalsRowFunctionstringRead/WriteGets or sets the function used in the totals row (e.g., SUM)
TotalsRowLabelstringRead/WriteGets or sets the label displayed in the totals row for this column
TotalsRowFormulastringRead/WriteGets or sets a custom formula for the totals row of this column

Methods

SignatureDescription
ListColumnModel(id: int, name: string)Creates a new column model with the specified id and name