Aspose::Cells::Markup::SmartTagCollection class

SmartTagCollection class

Represents all smart tags in the cell.

class SmartTagCollection

Methods

MethodDescription
Add(const U16String& uri, const U16String& name)Adds a smart tag.
Add(const char16_t* uri, const char16_t* name)Adds a smart tag.
Get(int32_t index)Gets a SmartTag object at the specific index.
GetColumn()Gets the column of the cell smart tags.
GetCount()
GetRow()Gets the row of the cell smart tags.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const SmartTagCollection& src)operator=
SmartTagCollection(SmartTagCollection_Impl* impl)Constructs from an implementation object.
SmartTagCollection(const SmartTagCollection& src)Copy constructor.
~SmartTagCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also