Move(IndexFrom: Integer; IndexTo: Integer);
IndexFrom. Index of the dimension to be moved.
IndexTo. Index of the position, to which dimension must be moved.
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.
The method use is given in the example for IAutoCube.Transform.
See also: