ActiveReports Developer 7
CellTypes Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder.Cells Namespace : CellTypes Enumeration

Glossary Item Box

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

Visual Basic (Declaration) 
Public Enum CellTypes 
   Inherits System.Enum
C# 
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