Aspose::Cells::NameCollection::Filter method
NameCollection::Filter method
Gets all defined name by scope.
Vector<Name> Aspose::Cells::NameCollection::Filter(NameScopeType type, int32_t sheetIndex)
Parameter | Type | Description |
---|---|---|
type | NameScopeType | The scope type. |
sheetIndex | int32_t | The sheet index. Only effects when scope type is NameScopeType.Worksheet |
ReturnValue
See Also
- Class Vector
- Class Name
- Enum NameScopeType
- Class NameCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++