ListColumn Class

ListColumn class

Represents a column in a Table.


type ListColumn struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetNameGets and sets the name of the column.
SetNameGets and sets the name of the column.
GetTotalsCalculationGets and sets the type of calculation in the Totals row of the list column.
SetTotalsCalculationGets and sets the type of calculation in the Totals row of the list column.
GetRangeGets the range of this list column.
GetCustomTotalsRowFormulaGets the formula of totals row of this list column.
SetCustomTotalsRowFormulaGets the formula of totals row of this list column.
GetFormulaGets and sets the formula of the list column.
SetFormulaGets and sets the formula of the list column.
GetCustomCalculatedFormulaGets the formula of this list column.
SetCustomCalculatedFormulaSets the formula for this list column.
GetTotalsRowLabelGets and sets the display labels of total row.
SetTotalsRowLabelGets and sets the display labels of total row.
GetDataStyleGets the style of the data in this column of the table.
SetDataStyleSets the style of the data in this column of the table.