ActiveReports Developer 7
Type Property
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder.Cells Namespace > DDCell Class : Type Property

Glossary Item Box

The type of cell this DDCell object represents.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Type As CellTypes
C# 
public CellTypes Type {get;}

Property Value

CellTypes enumeration.

See Also