export_as_string property

export_as_string property

Exports the string value of the cells to the DataTable.

Definition:

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

See Also