TcxPivotGridField.SetAreaPosition(TcxPivotGridFieldArea,Integer) Method
Positions the current field in the specified area and at the specified location.
Declaration
procedure SetAreaPosition(AArea: TcxPivotGridFieldArea; AAreaIndex: Integer);
Parameters
Name | Type |
---|---|
AArea | TcxPivotGridFieldArea |
AAreaIndex | Integer |
Remarks
Call this method to place the current field in the area and at the position specified by the AArea and AAreaIndex parameters, respectively. This method sets the field’s Area and AreaIndex properties.
A field can’t be positioned as specified by the AArea and AAreaIndex parameters when:
moving to the specified area is prohibited by the AllowedAreas property;
the field is already displayed at the specified position.
See Also