Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / CellLocation Structure / Row Property


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