export_column_name property

export_column_name property

Indicates whether the data in the first row are exported to the column name of the DataTable. The default value is false.

Definition:

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

See Also