Aspose::Cells::Markup::SmartTagSetting::Add method
Contents
[
Hide
]SmartTagSetting::Add(int32_t, int32_t) method
Adds a SmartTagCollection object to a cell.
int32_t Aspose::Cells::Markup::SmartTagSetting::Add(int32_t row, int32_t column)
Parameter | Type | Description |
---|---|---|
row | int32_t | The row of the cell. |
column | int32_t | The column of the cell. |
ReturnValue
Returns index of a SmartTagCollection object in the worksheet.
See Also
- Class Vector
- Class SmartTagSetting
- Namespace Aspose::Cells::Markup
- Library Aspose.Cells for C++
SmartTagSetting::Add(const U16String&) method
Add a cell smart tags.
int32_t Aspose::Cells::Markup::SmartTagSetting::Add(const U16String &cellName)
Parameter | Type | Description |
---|---|---|
cellName | const U16String& | The name of the cell. |
ReturnValue
See Also
- Class Vector
- Class U16String
- Class SmartTagSetting
- Namespace Aspose::Cells::Markup
- Library Aspose.Cells for C++
SmartTagSetting::Add(const char16_t*) method
Add a cell smart tags.
int32_t Aspose::Cells::Markup::SmartTagSetting::Add(const char16_t *cellName)
Parameter | Type | Description |
---|---|---|
cellName | const char16_t* | The name of the cell. |
ReturnValue
See Also
- Class Vector
- Class SmartTagSetting
- Namespace Aspose::Cells::Markup
- Library Aspose.Cells for C++