Aspose::Cells::Markup::SmartTagSetting::Add method

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)
ParameterTypeDescription
rowint32_tThe row of the cell.
columnint32_tThe column of the cell.

ReturnValue

Returns index of a SmartTagCollection object in the worksheet.

See Also

SmartTagSetting::Add(const U16String&) method

Add a cell smart tags.

int32_t Aspose::Cells::Markup::SmartTagSetting::Add(const U16String &cellName)
ParameterTypeDescription
cellNameconst U16String&The name of the cell.

ReturnValue

See Also

SmartTagSetting::Add(const char16_t*) method

Add a cell smart tags.

int32_t Aspose::Cells::Markup::SmartTagSetting::Add(const char16_t *cellName)
ParameterTypeDescription
cellNameconst char16_t*The name of the cell.

ReturnValue

See Also