aspose.cells
Class SmartTagCollection

Represents all smart tags in the cell.

Property Getters/Setters Summary
functiongetColumn()
           Gets the column of the cell smart tags.
functiongetCount()
          
functiongetRow()
           Gets the row of the cell smart tags.
functionget(index)
           Gets a SmartTag object at the specific index
 
Method Summary
functionadd(value)→ inherited from CollectionBase
          Reserved for internal use.
functionadd(uri, name)
           Adds a smart tag.
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

getRow : Number 

function getRow()
Gets the row of the cell smart tags.

getColumn : Number 

function getColumn()
Gets the column of the cell smart tags.

getCount : Number 

function getCount()

get : SmartTag 

function get(index)
Gets a SmartTag object at the specific index
Parameters:
index - The index.
Returns:
returns a SmartTag object.

Method Detail

add

function add(uri, name)
Adds a smart tag.
Parameters:
uri: String - Specifies the namespace URI of the smart tag
name: String - Specifies the name of the smart tag.
Returns:
The index of smart tag in the list.

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.