IUiPrxSheetEventArgs.Sheet

Syntax

Sheet: IPrxSheet;

Description

The Sheet property returns calculated sheet of a regular report.

Example

Consider the event that occurs after sheet calculation.

Sub EventOnAfterRecalcSheet(Args: IUiPrxSheetEventArgs);

Begin

WinApplication.InformationBox(Args.Sheet.Name);

End Sub EventOnAfterRecalcSheet;

After the event occurs, an information message containing the name of the calculated sheet is displayed.

See also:

IUiPrxSheetEventArgs