SpreadsheetGear
IValue Interface Members
See Also  Properties  Methods  Send Feedback
SpreadsheetGear.Advanced.Cells Namespace : IValue Interface


The following tables list the members exposed by IValue.

Public Properties

 NameDescription
 PropertyError Returns the error value of this cell, or SpreadsheetGear.ValueError.None if this cell does not contain an error value.  
 PropertyFormula Returns the formula of this cell, or null if this cell has no formula.  
 PropertyHasFormula Returns true if this cell contains a formula, or false if this cell does not contain a formula.  
 PropertyLogical Returns the logical value of this cell, or false if this cell does not contain a logical value.  
 PropertyNumber Returns the double precision floating point value of this cell, or System.Double.NaN if this cell does not contain a number.  
 PropertyText Returns the unformatted text value of this cell as a string, or null if this cell does not contain text.  
 PropertyType Returns the type of this cell; cells with no value are represented by an IValue of null  
Top

Public Methods

 NameDescription
 MethodGetFormula Returns the formula of this cell in the specified buffer, or sets the length of the buffer to zero if the cell does not contain a formula.  
 MethodGetText Returns the unformatted text value of this cell in the specified buffer, or sets the length of the buffer to zero if the cell does not contain text.  
Top

See Also

Copyright © 2003-2009 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.