filter方法
filter(self, type, sheet_index)
按范围获取所有定义的名称。
返回
def filter(self, type, sheet_index):
...
范围 | 类型 | 描述 |
---|---|---|
type | NameScopeType | 范围类型。 |
sheet_index | int | 工作表索引。 仅当范围类型为 NameScopeType.WORKSHEET 时有效 |
按范围获取所有定义的名称。
def filter(self, type, sheet_index):
...
范围 | 类型 | 描述 |
---|---|---|
type | NameScopeType | 范围类型。 |
sheet_index | int | 工作表索引。 仅当范围类型为 NameScopeType.WORKSHEET 时有效 |