GetRowErrorText Method (SheetView)
Gets the row error text.
'Declaration
Public Function GetRowErrorText( _
ByVal As Integer _
) As String
'Usage
Dim instance As SheetView
Dim rowIndex As Integer
Dim value As String
value = instance.GetRowErrorText(rowIndex)
public string GetRowErrorText(
int
)
Parameters
- rowIndex
- Row index
Return Value
Error text of row (string.Empty if there is no error text)