In This Topic
Gets the formula of the specified calculated column.
Syntax
'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)
public string GetColumnFormula(
int
)
Parameters
- index
- An integer value indicates the calculated column index.
Return Value
An
System.String value represents the formula of the specified calculated column.
See Also