SpreadsheetGear 2017
Error Property (IValue)






SpreadsheetGear.Advanced.Cells Namespace > IValue Interface : Error Property
Returns the error value of this cell, or SpreadsheetGear.ValueError.None if this cell does not contain an error value.
Syntax
'Declaration
 
ReadOnly Property Error As ValueError
'Usage
 
Dim instance As IValue
Dim value As ValueError
 
value = instance.Error
ValueError Error {get;}
read-only property Error: ValueError; 
function get Error : ValueError
__property ValueError get_Error();
property ValueError Error {
   ValueError get();
}
Remarks
Formula cells are calculated as needed before returning the error value.
Requirements

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

See Also

Reference

IValue Interface
IValue Members
IValues Interface
SetError Method
ValueError Enumeration