SmartTagCollection

SmartTagCollection class

Represents all smart tags in the cell.

Properties

NameTypeDescription
RowNumberGets the row of the cell smart tags.
ColumnNumberGets the column of the cell smart tags.
CountNumber
Item (int)SmartTagGets a SmartTag object at the specific index

Methods

NameDescription
addAdds a smart tag.
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved for internal use.

SmartTagCollection.Row property

Gets the row of the cell smart tags.

Type: Number

SmartTagCollection.Column property

Gets the column of the cell smart tags.

Type: Number

SmartTagCollection.Count property

Type: Number

SmartTagCollection.Item (int) property

Gets a SmartTag object at the specific index

Type: SmartTag

add(uri, name) (1 of 2)

Adds a smart tag.

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

Returns: The index of smart tag in the list.


add(value) (2 of 2)

Reserved for internal use.

clear()

removeAt(index)

iterator()

get(index)

Reserved for internal use.

contains(value)

Reserved for internal use.

indexOf(value)

Reserved for internal use.