Spread Windows Forms 12.0 Product Documentation
GetRowErrorText Method (IErrorTextSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > IErrorTextSupport Interface : GetRowErrorText Method
The row index
Gets the error text of the row.
Syntax
'Declaration
 
Function GetRowErrorText( _
   ByVal row As Integer _
) As String
'Usage
 
Dim instance As IErrorTextSupport
Dim row As Integer
Dim value As String
 
value = instance.GetRowErrorText(row)
string GetRowErrorText( 
   int row
)

Parameters

row
The row index

Return Value

The string value error text of the row
See Also

Reference

IErrorTextSupport Interface
IErrorTextSupport Members