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


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