IAutoCubeDimensions.Move

Syntax

Move(IndexFrom: Integer; IndexTo: Integer);

Parameters

IndexFrom. Index of the dimension to be moved.

IndexTo. Index of the position, to which dimension must be moved.

Description

The Move method moves dimensions in the automatic cube list.

NOTE. When dimensions are rearranged, one should execute corresponding transformation of cube data, otherwise, data will be lost. See also: IAutoCubeTransform.

Example

The method use is given in the example for IAutoCube.Transform.

See also:

IAutoCubeDimensions