IMobilePublishCube.SelectAll

Fore Syntax

SelectAll;

Fore.NET Syntax

SelectAll();

Description

The SelectAll method selects all cube dimension elements.

Comments

To select some dimension elements, use the IMobilePublishCube.AddSelection and IMobilePublishCube.SetSelection methods.

Fore and Fore.NET Examples

The method use is given in the example for IMobilePublishCube.IsEmptySelection.

See also:

IMobilePublishCube