aspose.cells

Class ListColumnCollection

Represents A collection of all the ListColumn objects in the specified ListObject object.

Property Getters/Setters Summary
functiongetCount()
functionget(index)
Gets the ListColumn by the index.
functionget(name)
Gets the ListColumn by the name.
 
Method Summary
functionadd(value)
Reserved for internal use.
functionclear()
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : Number 

        function getCount()
        
      • get : ListColumn 

        function get(index)
        
        Gets the ListColumn by the index.
        Parameters:
        index - The index.
        Returns:
        the ListColumn object.
      • get : ListColumn 

        function get(name)
        
        Gets the ListColumn by the name.
        Parameters:
        name - The name of the ListColumn
        Returns:
        The ListColumn object.
    • Method Detail

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