insert_rows 属性
insert_rows 属性
指示是否应添加新行以导入数据记录。
定义:
@property
def insert_rows(self):
...
@insert_rows.setter
def insert_rows(self, value):
...
指示是否应添加新行以导入数据记录。
@property
def insert_rows(self):
...
@insert_rows.setter
def insert_rows(self, value):
...