ActiveXLS.Constants
Class DataGroup
System.Object
ActiveXLS.Constants.DataGroup
- public class DataGroup
- extends System.Object
This class contains the constants for data grouping.
Constant Summary |
const int |
GROUP_BY_COLUMNS
A constant indicating that the data must be grouped by columns. |
const int |
GROUP_BY_ROWS
A constant indicating that the data must be grouped by rows. |
GROUP_BY_ROWS
public const 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 int GROUP_BY_COLUMNS
- A constant indicating that the data must be grouped by columns.
Embedded value is "1".
- See Also:
- Constant Values
DataGroup
public DataGroup()