Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetFormula(Int32,Int32) Method
The row index.
The column index.


In This Topic
    GetFormula(Int32,Int32) Method
    In This Topic
    Gets the formula in the specified cell in this sheet.
    Syntax
    'Declaration
     
    Public Function GetFormula( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As String
    'Usage
     
    Dim instance As Worksheet
    Dim row As Integer
    Dim column As Integer
    Dim value As String
     
    value = instance.GetFormula(row, column)
    public string GetFormula( 
       int row,
       int column
    )

    Parameters

    row
    The row index.
    column
    The column index.

    Return Value

    Returns the formula string.
    See Also