'DeclarationSub SetError( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal error As ValueError _ )
'UsageDim 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 )
procedure SetError(
row: System.Integer;
column: System.Integer;
error: ValueError
);
function SetError( row : System.int, column : System.int, error : ValueError );
void SetError( System.int row, System.int column, ValueError 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.