text_column_type property

text_column_type property

Gets or sets text column type

Definition:

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

See Also