column_type property

column_type property

Gets or sets the type of the column.

Definition:

@property
def column_type(self):
    ...
@column_type.setter
def column_type(self, value):
    ...

See Also