Fore Syntax

SetPublishSheet(SheetKey: Integer; Publish: Boolean);

Fore.NET Syntax

SetPublishSheet(SheetKey: integer; Publish: boolean);

Parameters

SheetKey. Object key.

Publish. Indicates whether a sheet for publication is selected.

Description

The SetPublishSheet method creates a list of sheet keys, which are selected in export publication wizard.

Comments

The SetPublishSheet method is used to check if a sheet with the SheetKey key is selected. If a sheet with this key is selected, it is added to the list.

Fore and Fore.NET Examples

The method use is given in the example for IMobilePublishReport.UseOnlyInAnalyticDashboard.

See also:

IMobilePublishReport