Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel.RowEventArgs Class / RowIndex Property


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