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)
ParameterTypeDescription
nameconst U16String&The case-insensitive name of the property.

See Also

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)
ParameterTypeDescription
nameconst char16_t*The case-insensitive name of the property.

See Also