Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::Get method
Contents
[
Hide
]WebExtensionPropertyCollection::Get(int32_t) method
Gets the property of web extension by the index.
WebExtensionProperty Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::Get(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | The index. |
ReturnValue
The property of web extension.
See Also
- Class WebExtensionProperty
- Class Vector
- Class WebExtensionPropertyCollection
- Namespace Aspose::Cells::WebExtensions
- Library Aspose.Cells for C++
WebExtensionPropertyCollection::Get(const U16String&) method
Gets the property of web extension.
WebExtensionProperty Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::Get(const U16String &name)
Parameter | Type | Description |
---|---|---|
name | const U16String& | The name of property. |
ReturnValue
The property of web extension.
See Also
- Class WebExtensionProperty
- Class Vector
- Class U16String
- Class WebExtensionPropertyCollection
- Namespace Aspose::Cells::WebExtensions
- Library Aspose.Cells for C++
WebExtensionPropertyCollection::Get(const char16_t*) method
Gets the property of web extension.
WebExtensionProperty Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::Get(const char16_t *name)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | The name of property. |
ReturnValue
The property of web extension.
See Also
- Class WebExtensionProperty
- Class Vector
- Class WebExtensionPropertyCollection
- Namespace Aspose::Cells::WebExtensions
- Library Aspose.Cells for C++