Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / GetColumnFormula Method
An integer value indicates the calculated column index.


In This Topic
    GetColumnFormula Method
    In This Topic
    Gets the formula of the specified calculated column.
    Syntax
    'Declaration
     
    
    Public Function GetColumnFormula( _
       ByVal index 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 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.
    See Also