Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetRowErrorText Method
Row index
Error text


In This Topic
SetRowErrorText Method (SheetView)
In This Topic
Sets error text for row.
Syntax
'Declaration
 
Public Sub SetRowErrorText( _
   ByVal rowIndex As Integer, _
   ByVal errorText As String _
) 
 
'Usage
 
Dim instance As SheetView
Dim rowIndex As Integer
Dim errorText As String
 
instance.SetRowErrorText(rowIndex, errorText)

Parameters

rowIndex
Row index
errorText
Error text
See Also