SpreadsheetGear 2010
IValue Interface Members
See Also  Properties  Methods  Send Feedback
SpreadsheetGear.CustomFunctions Namespace : IValue Interface


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

Copyright © 2003-2010 SpreadsheetGear LLC. All Rights Reserved.Help Powered by Innovasys   
SpreadsheetGear is a registered trademark of SpreadsheetGear LLC.
Microsoft, Microsoft Excel and Visual Studio are trademarks or registered trademarks of Microsoft Corporation.