Formula Property (TableColumn)
Gets or sets the formula for this calculated column.
'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.