aspose.cells
Class SmartTagSetting

Represents all SmartTagCollection object in the worksheet.

Property Getters/Setters Summary
functiongetCount()
          
functionget(index)
           Gets a SmartTagCollection object by the index.
functionget(row, column)
           Gets the SmartTagCollection object of the cell.
functionget(cellName)
           Gets the SmartTagCollection object of the cell.
 
Method Summary
functionadd(row, column)
           Adds a SmartTagCollection object to a cell.
functionadd(value)→ inherited from CollectionBase
          Reserved for internal use.
functionadd(cellName)
           Add a cell smart tags.
functionclear()→ inherited from CollectionBase
          
functioncontains(value)→ inherited from CollectionBase
          Reserved for internal use.
functionget(index)→ inherited from CollectionBase
          Reserved for internal use.
functionindexOf(value)→ inherited from CollectionBase
          Reserved for internal use.
functioniterator()→ inherited from CollectionBase
          
functionremoveAt(index)→ inherited from CollectionBase
          
 

Property Getters/Setters Detail

getCount : Number 

function getCount()

get : SmartTagCollection 

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

get : SmartTagCollection 

function 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 

function 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

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

add

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

clear

function clear()

removeAt

function removeAt(index)

iterator

function iterator()

get

function get(index)
Reserved for internal use.

contains

function contains(value)
Reserved for internal use.

add

function add(value)
Reserved for internal use.

indexOf

function 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.