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)
Reserved for internal use.
methodadd(cellName)
Add a cell smart tags.
methodclear()
methodcontains(value)
Reserved for internal use.
methodget(index)
Reserved for internal use.
methodindexOf(value)
Reserved for internal use.
methoditerator()
methodremoveAt(index)
 

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