Skip to main content

TdxCustomSpreadSheet.OnActiveCellChanging Event

Enables you to respond to moving focus to a specific cell (making it active).

Declaration

property OnActiveCellChanging: TdxSpreadSheetTableViewActiveCellChangingEvent read; write;

Remarks

Sender specifies the Table View worksheet that fired the event.

ANewActiveCell specifies the coordinates (row and column indexes) of the cell object that is about to be focused (the new active cell).

Pass False as the ACanSelect parameter to prevent moving focus to the target cell object.

See Also