Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableViewColumn Class / TotalFormula Property


In This Topic
TotalFormula Property (TableViewColumn)
In This Topic
Gets or sets the formula in the total cell of the column.
Syntax
'Declaration
 
Public Property TotalFormula As String
 
'Usage
 
Dim instance As TableViewColumn
Dim value As String
 
instance.TotalFormula = value
 
value = instance.TotalFormula
See Also