TcxPivotGridColumnTotalsLocation Enum
Enumerates available locations of subtotal and grand total columns within the data area.
Declaration
TcxPivotGridColumnTotalsLocation = (
ctlFar,
ctlNear
);
Members
Name |
---|
ctlFar
|
ctlNear
|
Remarks
Values include:
Value | Meaning |
---|---|
ctlFar | Subtotal and grand total columns are shown on the right side of the data area. |
ctlNear | Subtotal and grand total columns are shown on the left side of the data area. |
See Also