[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.SetRowErrorText

SetRowErrorText Method

SetRowErrorText(int, string)

Internal method to set row expression without triggering auto calculation.

Declaration
public void SetRowErrorText(int row, string value)
Public Sub SetRowErrorText(row As Integer, value As String)
Parameters
Type Name Description
int row
string value
Implements