[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.GetRowErrorText

GetRowErrorText Method

GetRowErrorText(int)

Gets a user-defined error value for the cell of the specified row.

Declaration
public string GetRowErrorText(int row)
Public Function GetRowErrorText(row As Integer) As String
Parameters
Type Name Description
int row

Row index of cell (in model)

Returns
Type Description
string

A error value for the cell of the specified row.

Implements