ActiveReports 8
CellTypes Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also