IEaxSheets.RemoveByIndex

Fore Syntax

RemoveByIndex(Index: Integer): Boolean;

Fore.NET Syntax

RemoveByIndex(Index: Integer): Boolean;

Parameters

Index. Deleted sheet index.

Description

The RemoveByIndex method deletes selected sheet, which key is passed by the Index parameter.

Comments

If removal is successful, the method returns True, otherwise it returns False. The child express report, that is the sheet source, is to be removed when the sheet is removed.

See also:

IEaxSheets