Gets the formula of the specified calculated column.
'Declaration
Public Function GetColumnFormula( _
ByVal As Integer _
) As String
'Usage
Dim instance As Table
Dim index As Integer
Dim value As String
value = instance.GetColumnFormula(index)
Parameters
- index
- An integer value indicates the calculated column index.
Return Value
An
System.String value represents the formula of the specified calculated column.