Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableColumn Interface / TotalsCalculation Property


In This Topic
TotalsCalculation Property
In This Topic
Gets or sets the type of calculation in the Totals row of the table column.
Syntax
'Declaration
 
Property TotalsCalculation As TotalsCalculation
 
'Usage
 
Dim instance As ITableColumn
Dim value As TotalsCalculation
 
instance.TotalsCalculation = value
 
value = instance.TotalsCalculation

Property Value

A TotalsCalculation value represents the type of calculation in the Totals row.
See Also