Class DataGroup

System.Object
EasyXLS.Constants.DataGroup

public class DataGroup extends System.Object
This class contains the constants for data grouping.
  • Constant Summary

    Fields
    Modifier and Type
    Field
    Description
    const int
    A constant indicating that the data must be grouped by columns.
    const int
    A constant indicating that the data must be grouped by rows.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class System.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • GROUP_BY_ROWS

      public const final int GROUP_BY_ROWS
      A constant indicating that the data must be grouped by rows. Embedded value is "0".
      See Also:
      Constant Values
    • GROUP_BY_COLUMNS

      public const final int GROUP_BY_COLUMNS
      A constant indicating that the data must be grouped by columns. Embedded value is "1".
      See Also:
      Constant Values
  • Constructor Details

    • DataGroup

      public DataGroup()