Aspose::Cells::Markup::SmartTagSetting::Get method

SmartTagSetting::Get(int32_t) method

Gets a SmartTagCollection object by the index.

SmartTagCollection Aspose::Cells::Markup::SmartTagSetting::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe index of the SmartTagCollection object in the list.

ReturnValue

See Also

SmartTagSetting::Get(int32_t, int32_t) method

Gets the SmartTagCollection object of the cell.

SmartTagCollection Aspose::Cells::Markup::SmartTagSetting::Get(int32_t row, int32_t column)
ParameterTypeDescription
rowint32_tThe row index of the cell.
columnint32_tThe column index of the cell

ReturnValue

Returns the SmartTagCollection object of the cell. Returns null if there is no any smart tags on the cell.

See Also

SmartTagSetting::Get(const U16String&) method

Gets the SmartTagCollection object of the cell.

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

ReturnValue

Returns the SmartTagCollection object of the cell. Returns null if there is no any smart tags on the cell.

See Also

SmartTagSetting::Get(const char16_t*) method

Gets the SmartTagCollection object of the cell.

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

ReturnValue

Returns the SmartTagCollection object of the cell. Returns null if there is no any smart tags on the cell.

See Also