Spread Windows Forms 12.0 Product Documentation
CellValueType Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : CellValueType Enumeration
Specifies the type of a cell value.
Syntax
'Declaration
 
Public Enum CellValueType 
   Inherits System.Enum
'Usage
 
Dim instance As CellValueType
public enum CellValueType : System.Enum 
Members
MemberDescription
DateTimeSpecifies a DateTime value.
EmptySpecifies an empty (null) value.
ErrorSpecifies a GrapeCity.CalcEngine.CalcError.
LogicalSpecifies a logical (boolean) value.
NumberSpecifies a double precision floating point number.
TextSpecifies text.
TimeSpanSpecifies a TimeSpan value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.CellValueType

See Also

Reference

GrapeCity.Spreadsheet Namespace