Aspose::Cells::NameCollection::Remove method
Contents
[
Hide
]NameCollection::Remove(const Vector <U16String>&) method
Remove an array of name.
void Aspose::Cells::NameCollection::Remove(const Vector<U16String> &names)
Parameter | Type | Description |
---|---|---|
names | const Vector <U16String>& | The names’ text. |
See Also
- Class Vector
- Class U16String
- Class NameCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
NameCollection::Remove(const U16String&) method
Remove the name.
void Aspose::Cells::NameCollection::Remove(const U16String &text)
Parameter | Type | Description |
---|---|---|
text | const U16String& | The name text. |
See Also
- Class Vector
- Class U16String
- Class NameCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
NameCollection::Remove(const char16_t*) method
Remove the name.
void Aspose::Cells::NameCollection::Remove(const char16_t *text)
Parameter | Type | Description |
---|---|---|
text | const char16_t* | The name text. |
See Also
- Class Vector
- Class NameCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++