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)
Reserved for internal use.
functionadd(cellName)
Add a cell smart tags.
functionclear()
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
 

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