IEaxSheets.RemoveByIndex

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, will also be removed when the sheet is removed.

See also:

IEaxSheets