FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ExcelRow Class / GetFormula Method
Column that defines the cell to retrieve.

In This Topic
    GetFormula Method
    In This Topic
    Gets the formula in a cell.
    Syntax
    'Declaration
     
    
    Public Function GetFormula( _
       ByVal col As Column _
    ) As String
    public string GetFormula( 
       Column col
    )

    Parameters

    col
    Column that defines the cell to retrieve.

    Return Value

    A formula string or null.
    See Also