ActiveReports 9
CellTypes Enumeration

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

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

Reference

GrapeCity.SpreadBuilder.Cells Namespace

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum