asposediagram.api

Class DataColumnCollection

DataColumn collection.

Property Getters/Setters Summary
methodgetCount()
methodgetSortAsc()
method
setSortAsc(value)
           Whether to sort the SortColumn column in ascending (1) or descending (0) order. The value of the property is BOOL integer constant.
methodgetSortColumn()
method
           The column on which to sort the data.
methodget(index)
 
Method Summary
methodadd(dataColumn)
Add the dataColumn in the collection.
methodclear()
methoditerator()
Reserved for internal use.
methodremove(dataColumn)
Remove the dataColumn from the collection.
methodremoveAt(index)
 

    • Property Getters/Setters Detail

      • getSortColumn/setSortColumn : String 

        String getSortColumn() / setSortColumn(value)
        
        The column on which to sort the data.
      • getSortAsc/setSortAsc : int 

        int getSortAsc() / setSortAsc(value)
        
        Whether to sort the SortColumn column in ascending (1) or descending (0) order. The value of the property is BOOL integer constant.
      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

        int add(dataColumn)
        Add the dataColumn in the collection.
        Parameters:
        dataColumn: DataColumn -
        Returns:
      • remove

         remove(dataColumn)
        Remove the dataColumn from the collection.
        Parameters:
        dataColumn: DataColumn -
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.