Spread Windows Forms 12.0 Product Documentation
TotalsRowFormula Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > TableColumn Structure : TotalsRowFormula Property
Gets or sets the totals row formula.
Syntax
'Declaration
 
Public ReadOnly Property TotalsRowFormula As String
'Usage
 
Dim instance As TableColumn
Dim value As String
 
value = instance.TotalsRowFormula
public string TotalsRowFormula {get;}

Property Value

A System.String value represents the totals row formula.
See Also

Reference

TableColumn Structure
TableColumn Members