FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / SetRowErrorText Method


In This Topic
SetRowErrorText Method (DefaultSheetDataModel)
In This Topic
Internal method to set row expression without triggering auto calculation.
Syntax
'Declaration
 
Public Sub SetRowErrorText( _
   ByVal row As Integer, _
   ByVal value As String _
) 
 
'Usage
 
Dim instance As DefaultSheetDataModel
Dim row As Integer
Dim value As String
 
instance.SetRowErrorText(row, value)

Parameters

row
value
See Also