Spread Windows Forms 12.0 Product Documentation
TotalsCalculation Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITableColumn Interface : TotalsCalculation Property
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
TotalsCalculation TotalsCalculation {get; set;}

Property Value

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

Reference

ITableColumn Interface
ITableColumn Members