IDefDimensions.Swap

Syntax

Swap(dimKey1: Integer; dimKey2: Integer);

Parameters

dimKey1. Key of the first moved dimension.

dimKey2. Key of the second moved dimension.

Description

The Swap method swaps two specified dimensions.

Example

The example of use is given in description of the DataEntryForm.CreateByReport constructor.

See also:

IDefDimensions