Members of this enumeration specify the type of a table's column and can be used as arguments of the SetColType method of tables.
SyntaxVB6
Copy Code
|
|---|
Public Enum EColumnType |
C++
Copy Code
|
|---|
enum EColumnType |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
ctFixedWidth |
0 | The column has a fixed width. |
![]() |
ctAutoWidth |
1 | The column size changes automatically when the table is resized horizontally. |
See Also