start_cell属性

start_cell属性

获取和设置起始单元格。

定义:

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

也可以看看