Specifies the type of UI widget shown in a cell.
SyntaxVB6
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. |
RemarksMembers of this enumeration can be assigned to the CellType indexed property.
See Also