IEaxSheets.RemoveByKey

Syntax

RemoveByKey(Key: Integer): Boolean;

Parameters

Key. Deleted sheet key.

Description

The RemoveByKey method deletes selected sheet, which key is passed by the Key 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