ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / CellTypes Enumeration

In This Topic
    CellTypes Enumeration
    In This Topic
    The different types of spreadsheet cells that SpreadBuilder supports. This value is used with the DDCell class's Type property.
    Syntax
    'Declaration
     
    Public Enum CellTypes 
       Inherits System.Enum
    public enum CellTypes : System.Enum 
    Members
    MemberDescription
    BlankBlank
    BoolErrBool
    LabelLabel
    NumberNumber
    Remarks
    At this time Excel's file format supports more types of cells than DDCell.
    Inheritance Hierarchy

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

    See Also