SpreadsheetGear.CustomFunctions Namespace : IValue Interface |
The following tables list the members exposed by IValue.
Name | Description | |
---|---|---|
Error | Gets or sets an error value. The value returned by this property is undefined if Type is not equal to ValueType.Error. | |
IsEmpty | Returns true if this value is empty. | |
IsError | Returns true if this value is an error. | |
IsLogical | Returns true if this value a logical (boolean) value. | |
IsNumber | Returns true if this value is a double precision floating point number. | |
IsText | Returns true if this value is text. | |
Logical | Gets or sets the logical (boolean) value. The value returned by this property is undefined if Type is not equal to ValueType.Logical. | |
Number | Gets or sets a double precision floating point value. The value returned by this property is undefined if Type is not equal to ValueType.Number. | |
Text | Gets or sets a text value. The value returned by this property is undefined if Type is not equal to ValueType.Text. | |
Type | Returns the type of this value. |
Name | Description | |
---|---|---|
SetArray | Overloaded. Sets the result to the specified two dimensional array of numbers. | |
SetEmpty | Sets the value to empty. |