SmartTagCollection

SmartTagCollection class

Represents all smart tags in the cell.

Methods

NameDescription
add(uri, name)Adds a smart tag.
add()Reserved for internal use.
clear()
contains()Reserved for internal use.
get(index)Gets a SmartTag object at the specific index
get()Reserved for internal use.
getColumn()Gets the column of the cell smart tags.
getCount()
getRow()Gets the row of the cell smart tags.
indexOf()Reserved for internal use.
iterator()
removeAt()

add(uri, name)

Adds a smart tag.

ParameterTypeDescription
uriStringSpecifies the namespace URI of the smart tag
nameStringSpecifies the name of the smart tag.

Returns: Number — Number The index of smart tag in the list.

add()

Reserved for internal use.

clear()

contains()

Reserved for internal use.

get(index)

Gets a SmartTag object at the specific index

ParameterTypeDescription
indexNumberThe index.

Returns: SmartTag — SmartTag returns a SmartTag object.

get()

Reserved for internal use.

getColumn()

Gets the column of the cell smart tags.

getCount()

getRow()

Gets the row of the cell smart tags.

indexOf()

Reserved for internal use.

iterator()

removeAt()