Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowErrorTextChangedEventArgs Class / RowErrorTextChangedEventArgs Constructor
Row index
SheetView object


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

    Parameters

    rowIndex
    Row index
    sheetview
    SheetView object
    See Also