SpreadsheetGear 2017
IValue Interface Properties

SpreadsheetGear.CustomFunctions Namespace : IValue Interface

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

Public Properties
 NameDescription
 PropertyGets or sets an error value. The value returned by this property is undefined if Type is not equal to ValueType.Error.  
 PropertyReturns true if this value is empty.  
 PropertyReturns true if this value is an error.  
 PropertyReturns true if this value a logical (boolean) value.  
 PropertyReturns true if this value is a double precision floating point number.  
 PropertyReturns true if this value is text.  
 PropertyGets or sets the logical (boolean) value. The value returned by this property is undefined if Type is not equal to ValueType.Logical.  
 PropertyGets or sets a double precision floating point value. The value returned by this property is undefined if Type is not equal to ValueType.Number.  
 PropertyGets or sets a text value. The value returned by this property is undefined if Type is not equal to ValueType.Text.  
 PropertyReturns the type of this value.  
Top
See Also

Reference

IValue Interface
SpreadsheetGear.CustomFunctions Namespace