SmartTagSetting

SmartTagSetting class

Represents all SmartTagCollection object in the worksheet.

Methods

NameDescription
add(row, column)Adds a SmartTagCollection object to a cell.
add(cellName)Add a cell smart tags.
add()Reserved for internal use.
clear()
contains()Reserved for internal use.
get(index)Gets a SmartTagCollection object by the index.
get(row, column)Gets the SmartTagCollection object of the cell.
get(cellName)Gets the SmartTagCollection object of the cell.
get()Reserved for internal use.
getCount()
indexOf()Reserved for internal use.
iterator()
removeAt()

add(row, column)

Adds a SmartTagCollection object to a cell.

ParameterTypeDescription
rowNumberThe row of the cell.
columnNumberThe column of the cell.

Returns: Number — Number Returns index of a SmartTagCollection object in the worksheet.

add(cellName)

Add a cell smart tags.

ParameterTypeDescription
cellNameStringThe name of the cell.

Returns: Number — Number

add()

Reserved for internal use.

clear()

contains()

Reserved for internal use.

get(index)

Gets a SmartTagCollection object by the index.

ParameterTypeDescription
indexNumberThe index of the

Returns: SmartTagCollection — SmartTagCollection

get(row, column)

Gets the SmartTagCollection object of the cell.

ParameterTypeDescription
rowNumberThe row index of the cell.
columnNumberThe column index of the cell

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

get(cellName)

Gets the SmartTagCollection object of the cell.

ParameterTypeDescription
cellNameStringThe name of the cell.

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

get()

Reserved for internal use.

getCount()

indexOf()

Reserved for internal use.

iterator()

removeAt()