Aspose::Cells::Markup::SmartTagPropertyCollection::Add method
Contents
[
Hide
]SmartTagPropertyCollection::Add(const U16String&, const U16String&) method
Adds a property of cell’s smart tag.
int32_t Aspose::Cells::Markup::SmartTagPropertyCollection::Add(const U16String &name, const U16String &value)
Parameter | Type | Description |
---|---|---|
name | const U16String& | The name of the property |
value | const U16String& | The value of the property. |
ReturnValue
return SmartTagProperty
See Also
- Class Vector
- Class U16String
- Class SmartTagPropertyCollection
- Namespace Aspose::Cells::Markup
- Library Aspose.Cells for C++
SmartTagPropertyCollection::Add(const char16_t*, const char16_t*) method
Adds a property of cell’s smart tag.
int32_t Aspose::Cells::Markup::SmartTagPropertyCollection::Add(const char16_t *name, const char16_t *value)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | The name of the property |
value | const char16_t* | The value of the property. |
ReturnValue
return SmartTagProperty
See Also
- Class Vector
- Class SmartTagPropertyCollection
- Namespace Aspose::Cells::Markup
- Library Aspose.Cells for C++