Methods

add(row, column) → Number

Adds a SmartTagCollection object to a cell.

Parameters

Name Type Optional Description

row

Number

 

The row of the cell.

column

Number

 

The column of the cell.

Returns

Number Returns index of a SmartTagCollection object in the worksheet.

add(cellName) → Number

Add a cell smart tags.

Parameter

Name Type Optional Description

cellName

String

 

The name of the cell.

Returns

Number 

add()

Reserved for internal use.

clear()

contains()

Reserved for internal use.

get(index) → SmartTagCollection

Gets a SmartTagCollection object by the index.

Parameter

Name Type Optional Description

index

Number

 

The index of the

Returns

SmartTagCollection 

get(row, column) → SmartTagCollection

Gets the SmartTagCollection object of the cell.

Parameters

Name Type Optional Description

row

Number

 

The row index of the cell.

column

Number

 

The column index of the cell

Returns

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

get(cellName) → SmartTagCollection

Gets the SmartTagCollection object of the cell.

Parameter

Name Type Optional Description

cellName

String

 

The name of the cell.

Returns

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()