ICubeDimensionFixInfo.Move

Syntax

Move(IndexFrom: Integer; IndexTo: Integer);

Parameters

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

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

Description

The Move method moves dimensions in the source cube.

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:

ICubeDimensionFixInfo