asposecells.api
Class SmartTagSetting

Represents all SmartTagCollection object in the worksheet.

Property Getters/Setters Summary
methodgetCount()
          
methodget(index)
           Gets a SmartTagCollection object by the index.
methodget(row, column)
           Gets the SmartTagCollection object of the cell.
methodget(cellName)
           Gets the SmartTagCollection object of the cell.
 
Method Summary
methodadd(row, column)
           Adds a SmartTagCollection object to a cell.
methodadd(value)→ inherited from CollectionBase
          Reserved for internal use.
methodadd(cellName)
           Add a cell smart tags.
methodclear()→ inherited from CollectionBase
          
methodcontains(value)→ inherited from CollectionBase
          Reserved for internal use.
methodget(index)→ inherited from CollectionBase
          Reserved for internal use.
methodindexOf(value)→ inherited from CollectionBase
          Reserved for internal use.
methoditerator()→ inherited from CollectionBase
          
methodremoveAt(index)→ inherited from CollectionBase
          
 

Property Getters/Setters Detail

getCount : int 

int getCount()

get : SmartTagCollection 

SmartTagCollection get(index)
Gets a SmartTagCollection object by the index.
Parameters:
index - The index of the SmartTagCollection object in the list.
Returns:

get : SmartTagCollection 

SmartTagCollection get(row, column)
Gets the SmartTagCollection object of the cell.
Parameters:
row - The row index of the cell.
column - The column index of the cell
Returns:
Returns the SmartTagCollection object of the cell. Returns null if there is no any smart tags on the cell.

get : SmartTagCollection 

SmartTagCollection get(cellName)
Gets the SmartTagCollection object of the cell.
Parameters:
cellName - The name of the cell.
Returns:
Returns the SmartTagCollection object of the cell. Returns null if there is no any smart tags on the cell.

Method Detail

add

int add(row, column)
Adds a SmartTagCollection object to a cell.
Parameters:
row: int - The row of the cell.
column: int - The column of the cell.
Returns:
Returns index of a SmartTagCollection object in the worksheet.

add

int add(cellName)
Add a cell smart tags.
Parameters:
cellName: String - The name of the cell.
Returns:

clear

 clear()

removeAt

 removeAt(index)

iterator

Iterator iterator()

get

Object get(index)
Reserved for internal use.

contains

boolean contains(value)
Reserved for internal use.

add

int add(value)
Reserved for internal use.

indexOf

int indexOf(value)
Reserved for internal use.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.