'Declaration
Sub SetError( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal error As ValueError _ )
'Usage
Dim instance As IValues Dim row As System.Integer Dim column As System.Integer Dim error As ValueError instance.SetError(row, column, error)
void SetError( System.int row, System.int column, ValueError error )
Parameters
- row
- Specifies the row of the cell to set.
- column
- Specifies the column of the cell to set.
- error
- Specifies the error value to place into the specified cell.