SpreadsheetGear 2017
ValueType Enumeration






SpreadsheetGear Namespace : ValueType Enumeration
Specifies the type of a cell value.
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
EmptySpecifies an empty cell.
ErrorSpecifies a SpreadsheetGear.ValueError.
LogicalSpecifies a logical (boolean) value.
NumberSpecifies a double precision floating point number.
TextSpecifies text.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.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 Namespace
ValueType Property
Value Property
NumberFormatType Enumeration