Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / EditorInfo Class / RowIndex Property


In This Topic
    RowIndex Property (EditorInfo)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property RowIndex As Integer
    'Usage
     
    Dim instance As EditorInfo
    Dim value As Integer
     
    value = instance.RowIndex
    public int RowIndex {get;}
    See Also