Aspose::Cells::Properties::DocumentPropertyCollection::Contains method

DocumentPropertyCollection::Contains(const U16String&) method

Returns true if a property with the specified name exists in the collection.

bool Aspose::Cells::Properties::DocumentPropertyCollection::Contains(const U16String &name)
ParameterTypeDescription
nameconst U16String&The case-insensitive name of the property.

ReturnValue

True if the property exists in the collection; false otherwise.

See Also

DocumentPropertyCollection::Contains(const char16_t*) method

Returns true if a property with the specified name exists in the collection.

bool Aspose::Cells::Properties::DocumentPropertyCollection::Contains(const char16_t *name)
ParameterTypeDescription
nameconst char16_t*The case-insensitive name of the property.

ReturnValue

True if the property exists in the collection; false otherwise.

See Also