ColumnDefinition Class
Definition of custom data column.
Constructor
ColumnDefinition(*, name: str | None = None, type: str | _models.KnownColumnDefinitionType | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
name
|
The name of the column. Default value: None
|
|
type
|
The type of the column data. Known values are: "string", "int", "long", "real", "boolean", "datetime", "dynamic", and "int". Default value: None
|
Variables
| Name | Description |
|---|---|
|
name
|
The name of the column. |
|
type
|
The type of the column data. Known values are: "string", "int", "long", "real", "boolean", "datetime", "dynamic", and "int". |