SpreadsheetGear 2017
IValue Interface Members
Properties  Methods 

SpreadsheetGear.CustomFunctions Namespace : IValue Interface

The following tables list the members exposed by IValue.

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

Reference

IValue Interface
SpreadsheetGear.CustomFunctions Namespace