SpreadColumn.Touch Event
This event occurs when you select a cell. It occurs regardless of the operation from the screen or the operation from the script.
Note
In the handler of the event that occurred in the SpreadColumn class, do not use the Value and ColumnPosition properties of the parent object Spread class to refer to the current cursor position. (The cursor position may not be reflected.)
For the column position, refer to the From property (SpreadColumn object) of the Event object passed as an argument of the event handler, and for the row position, refer to the Index property (array subscript) of the parent object of the From property (SpreadRow object, which can be referenced by From. ^).