export_column_index_of_cell属性
export_column_index_of_cell属性
默认值为 false,表示如果该单元格与前一个单元格相邻,则列索引将被忽略。
定义:
@property
def export_column_index_of_cell(self):
...
@export_column_index_of_cell.setter
def export_column_index_of_cell(self, value):
...
默认值为 false,表示如果该单元格与前一个单元格相邻,则列索引将被忽略。
@property
def export_column_index_of_cell(self):
...
@export_column_index_of_cell.setter
def export_column_index_of_cell(self, value):
...