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)
ParameterTypeDescription
typeNameScopeTypeThe scope type.
sheetIndexint32_tThe sheet index. Only effects when scope type is NameScopeType.Worksheet

ReturnValue

See Also