IDimSelection.LastDimElement

Syntax

LastDimElement: Integer;

Description

The LastDimElement property returns the last selected element of the dictionary.

Comments

To get the first selected element of the dictionary, use the IDimSelection.FirstDimElement method.

Example

The method use is given in the example for IDimSelection.FirstDimElement.

See also:

IDimSelection