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


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