IDimSelection.LastDimElement

Fore Syntax

LastDimElement: Integer;

Fore.NET Syntax

LastDimElement: uinteger;

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.

Fore and Fore.NET Examples

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

See also:

IDimSelection