SpreadsheetGear 2012
IValue Interface Properties

For a list of all members of this type, see IValue members.

Public Properties
 NameDescription
 PropertyErrorGets or sets an error value. The value returned by this property is undefined if Type is not equal to ValueType.Error.  
 PropertyIsEmptyReturns true if this value is empty.  
 PropertyIsErrorReturns true if this value is an error.  
 PropertyIsLogicalReturns true if this value a logical (boolean) value.  
 PropertyIsNumberReturns true if this value is a double precision floating point number.  
 PropertyIsTextReturns true if this value is text.  
 PropertyLogicalGets or sets the logical (boolean) value. The value returned by this property is undefined if Type is not equal to ValueType.Logical.  
 PropertyNumberGets or sets a double precision floating point value. The value returned by this property is undefined if Type is not equal to ValueType.Number.  
 PropertyTextGets or sets a text value. The value returned by this property is undefined if Type is not equal to ValueType.Text.  
 PropertyTypeReturns the type of this value.  
Top
See Also

Reference

IValue Interface
SpreadsheetGear.CustomFunctions Namespace

Send Feedback