asposediagram.api

Class RowCollection

Row collection.

Property Getters/Setters Summary
methodgetCount()
methodget(index)
 
Method Summary
methodadd(row)
Add the row in the collection.
methodclear()
methoditerator()
Reserved for internal use.
methodremove(row)
Remove the row from the collection.
methodremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

        int add(row)
        Add the row in the collection.
        Parameters:
        row: Row -
        Returns:
      • remove

         remove(row)
        Remove the row from the collection.
        Parameters:
        row: Row -
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.