Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel.RowEventArgs Class / DefaultSheetDataModel.RowEventArgs Constructor
Row index


In This Topic
    DefaultSheetDataModel.RowEventArgs Constructor
    In This Topic
    Creates a new instance of DefaultSheetDataModel.RowEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal rowIndex As Integer _
    )
    'Usage
     
    
    Dim rowIndex As Integer
     
    Dim instance As New DefaultSheetDataModel.RowEventArgs(rowIndex)
    public DefaultSheetDataModel.RowEventArgs( 
       int rowIndex
    )

    Parameters

    rowIndex
    Row index
    See Also