export_column_index_of_cell property

export_column_index_of_cell property

The default value is false, it means that column index will be ignored if the cell is contiguous to the previous cell.

Definition:

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

See Also