Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableColumn Structure / TotalsRowFormula Property


In This Topic
TotalsRowFormula Property
In This Topic
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

Property Value

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