FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetRowErrorText Method
Row index of cell (in model)


In This Topic
GetRowErrorText Method (DefaultSheetDataModel)
In This Topic
Gets a user-defined error value for the cell of the specified row.
Syntax
'Declaration
 
Public Function GetRowErrorText( _
   ByVal row As Integer _
) As String
 
'Usage
 
Dim instance As DefaultSheetDataModel
Dim row As Integer
Dim value As String
 
value = instance.GetRowErrorText(row)

Parameters

row
Row index of cell (in model)
See Also