ComponentOne VSFlexGrid 8.0
RowColChange Event

Fired when the current cell (Row, Col) changes to a different cell.

Syntax

Private Sub VSFlexGrid_RowColChange()

Remarks

RowColChange is fired when the Row or Col properties change, either as a result of user actions (mouse or keyboard) or through code. It is not fired when the selection changes (RowSel or ColSel properties) but the active cell (Row, Col) remains the same. In this case, the SelChange event is fired instead.

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback