Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::Get method

WebExtensionPropertyCollection::Get(int32_t) method

Gets the property of web extension by the index.

WebExtensionProperty Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe index.

ReturnValue

The property of web extension.

See Also

WebExtensionPropertyCollection::Get(const U16String&) method

Gets the property of web extension.

WebExtensionProperty Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::Get(const U16String &name)
ParameterTypeDescription
nameconst U16String&The name of property.

ReturnValue

The property of web extension.

See Also

WebExtensionPropertyCollection::Get(const char16_t*) method

Gets the property of web extension.

WebExtensionProperty Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::Get(const char16_t *name)
ParameterTypeDescription
nameconst char16_t*The name of property.

ReturnValue

The property of web extension.

See Also