Spread Windows Forms 12.0 Product Documentation
TotalsRowFunction Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > TableColumn Structure : TotalsRowFunction Property
Gets the totals row function.
Syntax
'Declaration
 
Public ReadOnly Property TotalsRowFunction As TotalsCalculation
'Usage
 
Dim instance As TableColumn
Dim value As TotalsCalculation
 
value = instance.TotalsRowFunction
public TotalsCalculation TotalsRowFunction {get;}

Property Value

A TotalsRowFunction value represents the totals row function.
See Also

Reference

TableColumn Structure
TableColumn Members