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


In This Topic
Formula Property (TableColumn)
In This Topic
Gets or sets the formula for this calculated column.
Syntax
'Declaration
 
Public ReadOnly Property Formula As String
 
'Usage
 
Dim instance As TableColumn
Dim value As String
 
value = instance.Formula

Property Value

A string value indicates the calculated column's formula.
See Also