SpreadsheetGear The Performance Spreadsheet Component Company 
IValue Interface Members
See Also  Properties  Methods 
SpreadsheetGear.CustomFunctions Namespace : IValue Interface


The following tables list the members exposed by IValue.

Public Properties

 NameDescription
 PropertyErrorGets or sets an error value.  
 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.  
 PropertyLogical Gets or sets the logical (boolean) value.  
 PropertyNumberGets or sets a double precision floating point value.  
 PropertyTextGets or sets a text value.  
 PropertyTypeReturns the type of this value.  
Top

Public Methods

 NameDescription
 MethodSetArrayOverloaded.   
 MethodSetEmptySets the value to empty.  
Top

See Also