Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableModelSupport Interface / GetFormula Method
Row index
Column index


In This Topic
    GetFormula Method (ITableModelSupport)
    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 ITableModelSupport
    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
    See Also