IUiPrxCellChangeEventArgs.Sheet

Syntax

Sheet: IPrxSheet;

Description

The Sheet property returns the report sheet with edited cell.

Comments

To get column with edited cell, use the IUiPrxCellChangeEventArgs.Column property.

Example

The property use is given in the example for IPrxReportUserEvents.EventOnCellChange.

See also:

IUiPrxCellChangeEventArgs