Spread Windows Forms 12.0 Product Documentation
RowErrorTextChangedEventArgs Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > RowErrorTextChangedEventArgs Class : RowErrorTextChangedEventArgs Constructor
Row index
SheetView object
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

Reference

RowErrorTextChangedEventArgs Class
RowErrorTextChangedEventArgs Members