Aspose::Cells::Properties::DocumentPropertyCollection::Remove method
DocumentPropertyCollection::Remove(const U16String&) method
Removes a property with the specified name from the collection.
void Aspose::Cells::Properties::DocumentPropertyCollection::Remove(const U16String &name)
Parameter | Type | Description |
---|---|---|
name | const U16String& | The case-insensitive name of the property. |
See Also
- Class Vector
- Class U16String
- Class DocumentPropertyCollection
- Namespace Aspose::Cells::Properties
- Library Aspose.Cells for C++
DocumentPropertyCollection::Remove(const char16_t*) method
Removes a property with the specified name from the collection.
void Aspose::Cells::Properties::DocumentPropertyCollection::Remove(const char16_t *name)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | The case-insensitive name of the property. |
See Also
- Class Vector
- Class DocumentPropertyCollection
- Namespace Aspose::Cells::Properties
- Library Aspose.Cells for C++