SpreadsheetGear.Advanced.Cells Namespace > IValues Interface : SetError Method |
'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 )
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 )
See the IValues overview for warnings about using this method.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2