Namespace EasyXLS.Constants
Class DataGroup
System.Object
EasyXLS.Constants.DataGroup
public class DataGroup
extends System.Object
This class contains the constants for data grouping.
-
Constant Summary
Modifier and TypeFieldDescriptionconst 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
-
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_ROWSA 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_COLUMNSA constant indicating that the data must be grouped by columns. Embedded value is "1".- See Also:
- Constant Values
-
-
Constructor Details
-
DataGroup
public DataGroup()
-