Returns the cell at the specified point.
CellEventArgs specifying the cell at the point.
Use the client coordinates for the point. Returned CellEventArgs are null, if no node is at the point. If the Header is at the point, the node index returned is -1. If the Footer is at the point, the node index returned is -2. If no cell is at the point, the cell index returned is -1.
| Exception Type | Condition |
|---|---|
| ArgumentException | is thrown when specified point is out of the client rectangle. |
AdvancedTree Class | Resco.Controls.AdvancedTree Namespace