SetRowErrorText Method (SheetView)
Sets error text for row.
'Declaration
Public Sub SetRowErrorText( _
ByVal As Integer, _
ByVal 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