Class SpreadSheetSortColumns.SortContainer

    • Field Detail

      • m_Name

        protected String m_Name
        the name of the column.
      • m_Index

        protected int m_Index
        the original index of the column.
    • Constructor Detail

      • SortContainer

        public SortContainer​(String name,
                             int index)
        Initializes the container.
        Parameters:
        name - the name of the column
        index - the index of the column
    • Method Detail

      • getName

        public String getName()
        Returns the name of the column.
        Returns:
        the name
      • getIndex

        public int getIndex()
        Returns the index of the column.
        Returns:
        the index