Aspose::Cells::Markup::SmartTagSetting class

SmartTagSetting class

Represents all SmartTagCollection object in the worksheet.

class SmartTagSetting

Methods

MethodDescription
Add(int32_t row, int32_t column)Adds a SmartTagCollection object to a cell.
Add(const U16String& cellName)Add a cell smart tags.
Add(const char16_t* cellName)Add a cell smart tags.
Get(int32_t index)Gets a SmartTagCollection object by the index.
Get(int32_t row, int32_t column)Gets the SmartTagCollection object of the cell.
Get(const U16String& cellName)Gets the SmartTagCollection object of the cell.
Get(const char16_t* cellName)Gets the SmartTagCollection object of the cell.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const SmartTagSetting& src)operator=
SmartTagSetting(SmartTagSetting_Impl* impl)Constructs from an implementation object.
SmartTagSetting(const SmartTagSetting& src)Copy constructor.
~SmartTagSetting()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also