Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IExpressionSupport Interface / GetFormula Method
Row index
Column index
Example


In This Topic
    GetFormula Method (IExpressionSupport)
    In This Topic
    Gets the formula, as a string, in the cell at the specified row and column.
    Syntax
    'Declaration
     
    
    Function GetFormula( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As String
    'Usage
     
    
    Dim instance As IExpressionSupport
    Dim row As Integer
    Dim column As Integer
    Dim value As String
     
    value = instance.GetFormula(row, column)
    string GetFormula( 
       int row,
       int column
    )

    Parameters

    row
    Row index
    column
    Column index

    Return Value

    String containing the formula
    Example
    See Also