ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder.Cells Namespace / CellTypes Enumeration

In This Topic
    CellTypes Enumeration
    In This Topic
    The available types of spreadsheet cells that SpreadBuilder supports. This value is used with the DDCell class's Type property to get a specific cell's type.
    Syntax
    'Declaration
     
    Public Enum CellTypes 
       Inherits System.Enum
    public enum CellTypes : System.Enum 
    Members
    MemberDescription
    Blank

    The cell is empty.

    BoolErrThe cell is a boolean error.
    LabelThe cell is a label.
    NumberThe cell is a number.
    Remarks
    At this time DDCell does not support all of Excel's cell types.
    Inheritance Hierarchy

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

    See Also