ICalculatedCubeSourceDimensions.Move

Syntax

Move(IndexFrom: Integer; IndexTo: Integer);

Parameters

IndexFrom - index of dimension position, which must be moved.

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

Description

The Move method moves dimensions.

Comments

Index of position of the dimension that must be moved, and index of the position, to which it must be moved, are passed by the IndexFrom and IndexTo parameters, respectively.

See also:

ICalculatedCubeSourceDimensions