Aspose::Cells::Markup::SmartTagPropertyCollection::Get method
Contents
[
Hide
]SmartTagPropertyCollection::Get(int32_t) method
Gets a SmartTagProperty object.
SmartTagProperty Aspose::Cells::Markup::SmartTagPropertyCollection::Get(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | The index |
ReturnValue
Returns a SmartTagProperty object.
See Also
- Class SmartTagProperty
- Class Vector
- Class SmartTagPropertyCollection
- Namespace Aspose::Cells::Markup
- Library Aspose.Cells for C++
SmartTagPropertyCollection::Get(const U16String&) method
Gets a SmartTagProperty object by the name of the property.
SmartTagProperty Aspose::Cells::Markup::SmartTagPropertyCollection::Get(const U16String &name)
Parameter | Type | Description |
---|---|---|
name | const U16String& | The name of the property. |
ReturnValue
Returns a SmartTagProperty object.
See Also
- Class SmartTagProperty
- Class Vector
- Class U16String
- Class SmartTagPropertyCollection
- Namespace Aspose::Cells::Markup
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | The name of the property. |
ReturnValue
Returns a SmartTagProperty object.
See Also
- Class SmartTagProperty
- Class Vector
- Class SmartTagPropertyCollection
- Namespace Aspose::Cells::Markup
- Library Aspose.Cells for C++