SpreadsheetGear 2017
ValueType Enumeration






SpreadsheetGear.Advanced.Cells Namespace : ValueType Enumeration
Specifies the type of a cell value; cells with no value are represented by an IValue of null.
Syntax
'Declaration
 
Public Enum ValueType 
   Inherits System.Enum
'Usage
 
Dim instance As ValueType
public enum ValueType : System.Enum 
public enum ValueType = class(System.Enum)
public enum ValueType extends System.Enum
__value public enum ValueType : public System.Enum 
public enum class ValueType : public System.Enum 
Members
MemberDescription
ErrorSpecifies a SpreadsheetGear.ValueError.
LogicalSpecifies a logical (boolean) value.
NumberSpecifies a double precision floating point number.
TextSpecifies text.
Remarks

See the IValues overview for sample code.

Cells with no value are represented by an IValue of null

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Advanced.Cells.ValueType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear.Advanced.Cells Namespace
IValue Interface
IValues Interface