Search
ECellType Enumeration
See Also
 



Specifies the type of UI widget shown in a cell.

 Syntax

VB6  Copy Code

Public Enum ECellType

C++  Copy Code

enum ECellType

 Members

  Member name Value Description

ctContent

0

The cell displays text and/or image.

ctCheckBox

1

The cell contains a checkbox.

 Remarks

Members of this enumeration can be assigned to the CellType indexed property.

 See Also