How can I tell which cell I'm in?

Hi

 
I have a popup menu specified in the GridPopup property of a planner.
 
I have an OnClick method specified for an item from that menu. How can I get the cell the user's in within that method? (I really want the time but I can use CellToTime for that if I've got the cell).
 
Best wishes
 
Jeff

Planner.SelItemBegin, Planner.SelItemEnd, Planner.SelPosition hold the values that indicate the selected cell in the Planner.

Hi Bruno

 
Thanks
 
Jeff