Aspose::Cells::Properties::DocumentPropertyCollection::Get method

DocumentPropertyCollection::Get(int32_t) method

Returns a DocumentProperty object by index.

DocumentProperty Aspose::Cells::Properties::DocumentPropertyCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tZero-based index of the DocumentProperty to retrieve.

See Also

DocumentPropertyCollection::Get(const U16String&) method

Returns a DocumentProperty object by the name of the property.

DocumentProperty Aspose::Cells::Properties::DocumentPropertyCollection::Get(const U16String &name)
ParameterTypeDescription
nameconst U16String&The case-insensitive name of the property to retrieve.

Remarks

Returns a DocumentProperty object.

Returns null if a property with the specified name is not found.

See Also

DocumentPropertyCollection::Get(const char16_t*) method

Returns a DocumentProperty object by the name of the property.

DocumentProperty Aspose::Cells::Properties::DocumentPropertyCollection::Get(const char16_t *name)
ParameterTypeDescription
nameconst char16_t*The case-insensitive name of the property to retrieve.

Remarks

Returns a DocumentProperty object.

Returns null if a property with the specified name is not found.

See Also