Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / UserFormulaEnteredEventArgs Class / Row Property


In This Topic
    Row Property (UserFormulaEnteredEventArgs)
    In This Topic
    Gets the row index of the cell in which the user entered a formula.
    Syntax
    'Declaration
     
    Public ReadOnly Property Row As Integer
    'Usage
     
    Dim instance As UserFormulaEnteredEventArgs
    Dim value As Integer
     
    value = instance.Row
    public int Row {get;}

    Property Value

    The row index of the cell in which the user entered a formula.
    See Also