Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / GetFormula Method / GetFormula(SheetCellRange) Method
The sheet cell range.


In This Topic
    GetFormula(SheetCellRange) Method
    In This Topic
    Gets the formula.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetFormula( _
       ByVal scr As SheetCellRange _
    ) As String
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim scr As SheetCellRange
    Dim value As String
     
    value = instance.GetFormula(scr)
    public string GetFormula( 
       SheetCellRange scr
    )

    Parameters

    scr
    The sheet cell range.
    See Also