IEaxSheets.IndexOf

Fore Syntax

IndexOf(Value: IEaxSheet): Integer;

Fore.NET Syntax

IndexOf(Value: Prognoz.Platform.Interop.Express.IEaxSheet): Integer;

Parameters

Value. The sheet which index must be obtained.

Description

The IndexOf method returns an index of the selected sheet in the collection.

Comments

The method returns the -1 value if selected sheet is missing in the collection.

See also:

IEaxSheets