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):
...