Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / LeaveCellEventArgs Class / ToRow Property


In This Topic
    ToRow Property (LeaveCellEventArgs)
    In This Topic
    Gets the automatic row.
    Syntax
    'Declaration
     
    Public ReadOnly Property ToRow As Integer
    'Usage
     
    Dim instance As LeaveCellEventArgs
    Dim value As Integer
     
    value = instance.ToRow
    public int ToRow {get;}

    Property Value

    The automatic row.
    See Also