|
FlexCel Studio for VCL/LCL
|
Occurs when the user selects a cell.
property OnSelectCell: TSelectCellEvent;
__property TSelectCellEvent OnSelectCell;
|
Parameters |
Description |
|
Sender |
Object sending the event. |
|
ACol |
Cell column |
|
ARow |
Cell Row |
|
CanSelect |
Set it too true if the user can select the cell, false otherwise. |
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|