[]
Sets a user-defined note value for the cell at the specified row and column.
public void SetCellErrorText(int row, int column, string value)
Public Sub SetCellErrorText(row As Integer, column As Integer, value As String)
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 |