cell_name_attribute属性
cell_name_attribute属性
指定指示要写入的 CellName 的属性。 (例如,如果值为“id”,则对于单元格“A1”,输出将为:
定义:
@property
def cell_name_attribute(self):
...
@cell_name_attribute.setter
def cell_name_attribute(self, value):
...
指定指示要写入的 CellName 的属性。 (例如,如果值为“id”,则对于单元格“A1”,输出将为:
@property
def cell_name_attribute(self):
...
@cell_name_attribute.setter
def cell_name_attribute(self, value):
...