Aspose::Cells::NameCollection::Remove method

NameCollection::Remove(const Vector <U16String>&) method

Remove an array of name.

void Aspose::Cells::NameCollection::Remove(const Vector<U16String> &names)
ParameterTypeDescription
namesconst Vector <U16String>&The names’ text.

See Also

NameCollection::Remove(const U16String&) method

Remove the name.

void Aspose::Cells::NameCollection::Remove(const U16String &text)
ParameterTypeDescription
textconst U16String&The name text.

See Also

NameCollection::Remove(const char16_t*) method

Remove the name.

void Aspose::Cells::NameCollection::Remove(const char16_t *text)
ParameterTypeDescription
textconst char16_t*The name text.

See Also