[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.GetCellErrorText

GetCellErrorText Method

GetCellErrorText(int, int)

Gets a user-defined note value for the cell of the specified row and column.

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

Row index of cell (in model)

int column

Column index of cell (in model)

Returns
Type Description
string
Implements