filter method
filter(self, type, sheet_index)
Gets all defined name by scope.
Returns
def filter(self, type, sheet_index):
...
| Parameter | Type | Description |
|---|---|---|
| type | aspose.cells.NameScopeType | The scope type. |
| sheet_index | int | The sheet index. Only effects when scope type is NameScopeType.WORKSHEET |
See Also
- module
aspose.cells - class
NameCollection