SpreadsheetGear 2012
IValue Interface Members
Properties  Methods 

The following tables list the members exposed by IValue.

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
Public Methods
 NameDescription
 MethodSetArrayOverloaded. Sets the result to the specified two dimensional array of numbers.  
 MethodSetEmptySets the value to empty.  
Top
See Also

Reference

IValue Interface
SpreadsheetGear.CustomFunctions Namespace

Send Feedback