MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / CellTypes Enumeration

CellTypes Enumeration
Represents the different types of spreadsheet cells supported by SpreadBuilder. This value is used with the DDCell.Type property.
Syntax
'Declaration
 
Public Enum CellTypes 
   Inherits System.Enum
 
Members
MemberDescription
BlankRepresents a blank cell
BoolErrRepresents a cell, containing a boolean value
LabelRepresents a cell, containing a string value
NumberRepresents a cell, containing a numeric value
Remarks
Note that the Excel file format supports more cell types than those available in DDCell.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.SpreadBuilder.Cells.CellTypes

See Also