Aspose::Cells::Markup::SmartTagPropertyCollection::Get method

SmartTagPropertyCollection::Get(int32_t) method

Gets a SmartTagProperty object.

SmartTagProperty Aspose::Cells::Markup::SmartTagPropertyCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe index

ReturnValue

Returns a SmartTagProperty object.

See Also

SmartTagPropertyCollection::Get(const U16String&) method

Gets a SmartTagProperty object by the name of the property.

SmartTagProperty Aspose::Cells::Markup::SmartTagPropertyCollection::Get(const U16String &name)
ParameterTypeDescription
nameconst U16String&The name of the property.

ReturnValue

Returns a SmartTagProperty object.

See Also

SmartTagPropertyCollection::Get(const char16_t*) method

Gets a SmartTagProperty object by the name of the property.

SmartTagProperty Aspose::Cells::Markup::SmartTagPropertyCollection::Get(const char16_t *name)
ParameterTypeDescription
nameconst char16_t*The name of the property.

ReturnValue

Returns a SmartTagProperty object.

See Also