SmartTagSetting

SmartTagSetting class

Represents all SmartTagCollection object in the worksheet.

Properties

NameTypeDescription
CountNumber
Item (int)SmartTagCollectionGets a SmartTagCollection object by the index.
Item (int, int)SmartTagCollectionGets the SmartTagCollection object of the cell.
Item (java.lang.String)SmartTagCollectionGets the SmartTagCollection object of the cell.

Methods

NameDescription
addAdds a SmartTagCollection object to a cell.
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved for internal use.

SmartTagSetting.Count property

Type: Number

SmartTagSetting.Item (int) property

Gets a SmartTagCollection object by the index.

Type: SmartTagCollection

SmartTagSetting.Item (int, int) property

Gets the SmartTagCollection object of the cell.

Type: SmartTagCollection

SmartTagSetting.Item (java.lang.String) property

Gets the SmartTagCollection object of the cell.

Type: SmartTagCollection

add(row, column) (1 of 3)

Adds a SmartTagCollection object to a cell.

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

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


add(cellName) (2 of 3)

Add a cell smart tags.

ParameterTypeDescription
cellNameStringThe name of the cell.

add(value) (3 of 3)

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.