ListColumn Class
Contents
[
Hide
]ListColumn class
Represents a column in a Table.
type ListColumn struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetName | Gets and sets the name of the column. |
SetName | Gets and sets the name of the column. |
GetTotalsCalculation | Gets and sets the type of calculation in the Totals row of the list column. |
SetTotalsCalculation | Gets and sets the type of calculation in the Totals row of the list column. |
GetRange | Gets the range of this list column. |
GetCustomTotalsRowFormula | Gets the formula of totals row of this list column. |
SetCustomTotalsRowFormula | Gets the formula of totals row of this list column. |
GetFormula | Gets and sets the formula of the list column. |
SetFormula | Gets and sets the formula of the list column. |
GetCustomCalculatedFormula | Gets the formula of this list column. |
SetCustomCalculatedFormula | Sets the formula for this list column. |
GetTotalsRowLabel | Gets and sets the display labels of total row. |
SetTotalsRowLabel | Gets and sets the display labels of total row. |
GetDataStyle | Gets the style of the data in this column of the table. |
SetDataStyle | Sets the style of the data in this column of the table. |