asposecells.api
Class SmartTagCollection

Represents all smart tags in the cell.

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

getRow : int 

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

getColumn : int 

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

getCount : int 

int getCount()

get : SmartTag 

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

Method Detail

add

int 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

 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.