Aspose::Cells::Markup::SmartTagSetting class
Contents
[
Hide
]SmartTagSetting class
Represents all SmartTagCollection object in the worksheet.
class SmartTagSetting
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const SmartTagSetting& src) | operator= |
SmartTagSetting(SmartTagSetting_Impl* impl) | Constructs from an implementation object. |
SmartTagSetting(const SmartTagSetting& src) | Copy constructor. |
~SmartTagSetting() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Markup
- Library Aspose.Cells for C++