'Declaration
Public Sub SetCellErrorText( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As String _ )
'Usage
Dim instance As DefaultSheetDataModel Dim row As Integer Dim column As Integer Dim value As String instance.SetCellErrorText(row, column, value)
Parameters
- row
- Row index of cell in the model
- column
- Column index of cell in the model
- value
- Note value to set