Aspose::Cells::Properties::DocumentPropertyCollection::Contains method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
name | const U16String& | The case-insensitive name of the property. |
ReturnValue
True if the property exists in the collection; false otherwise.
See Also
- Class Vector
- Class U16String
- Class DocumentPropertyCollection
- Namespace Aspose::Cells::Properties
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | The case-insensitive name of the property. |
ReturnValue
True if the property exists in the collection; false otherwise.
See Also
- Class Vector
- Class DocumentPropertyCollection
- Namespace Aspose::Cells::Properties
- Library Aspose.Cells for C++