Aspose::Cells::Properties::CustomPropertyCollection::Get method

CustomPropertyCollection::Get(int32_t) method

Gets the custom property by the specific index.

CustomProperty Aspose::Cells::Properties::CustomPropertyCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe index.

ReturnValue

The custom property

See Also

CustomPropertyCollection::Get(const U16String&) method

Gets the custom property by the property name.

CustomProperty Aspose::Cells::Properties::CustomPropertyCollection::Get(const U16String &name)
ParameterTypeDescription
nameconst U16String&The property name.

ReturnValue

The custom property

See Also

CustomPropertyCollection::Get(const char16_t*) method

Gets the custom property by the property name.

CustomProperty Aspose::Cells::Properties::CustomPropertyCollection::Get(const char16_t *name)
ParameterTypeDescription
nameconst char16_t*The property name.

ReturnValue

The custom property

See Also