Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ICellRange Interface / Row Property


In This Topic
    Row Property (ICellRange)
    In This Topic
    Gets the row.
    Syntax
    'Declaration
     
    ReadOnly Property Row As Integer
    'Usage
     
    Dim instance As ICellRange
    Dim value As Integer
     
    value = instance.Row
    int Row {get;}
    See Also