IEaxSheets.RemoveByKey

Fore Syntax

RemoveByKey(Key: Integer): Boolean;

Fore.NET 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, is to be removed when the sheet is removed.

See also:

IEaxSheets