[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.SetCellErrorText

SetCellErrorText Method

SetCellErrorText(int, int, string)

Sets a user-defined note value for the cell at the specified row and column.

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

Row index of cell in the model

int column

Column index of cell in the model

string value

Note value to set

Implements