Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessForm Class / GetFormula Method / GetFormula(SheetView,CellRange) Method
The sheet view.
The cell range.


In This Topic
    GetFormula(SheetView,CellRange) Method
    In This Topic
    Gets the formula string of a sheet cell range.
    Syntax
    'Declaration
     
    
    Protected Overloads Function GetFormula( _
       ByVal sheetView As SheetView, _
       ByVal cellRange As CellRange _
    ) As String
    'Usage
     
    
    Dim instance As ModelessForm
    Dim sheetView As SheetView
    Dim cellRange As CellRange
    Dim value As String
     
    value = instance.GetFormula(sheetView, cellRange)
    protected string GetFormula( 
       SheetView sheetView,
       CellRange cellRange
    )

    Parameters

    sheetView
    The sheet view.
    cellRange
    The cell range.
    See Also