Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ValueContext Class / Row Property


In This Topic
    Row Property (ValueContext)
    In This Topic
    Gets an integer value indicating the current row.
    Syntax
    'Declaration
     
    Public ReadOnly Property Row As Integer
    'Usage
     
    Dim instance As ValueContext
    Dim value As Integer
     
    value = instance.Row
    public int Row {get;}
    See Also