Spread WinForms 15
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)

Parameters

rowIndex
Row index
sheetview
SheetView object
See Also