active_sheet_index属性
active_sheet_index属性
表示打开电子表格时活动工作表的索引。
评论
图纸索引从零开始。
定义:
@property
def active_sheet_index(self):
...
@active_sheet_index.setter
def active_sheet_index(self, value):
...
表示打开电子表格时活动工作表的索引。
图纸索引从零开始。
@property
def active_sheet_index(self):
...
@active_sheet_index.setter
def active_sheet_index(self, value):
...