Looks for a Cell at the specified location.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public Cell CellTest(
	Point pt
)
Visual Basic
Public Function CellTest ( 
	pt As Point
) As Cell
Visual C++
public:
Cell^ CellTest(
	Point pt
)
F#
member CellTest : 
        pt : Point -> Cell 

Parameters

pt
Type: System.Windows..::..Point
Location relative to the top-left corner of the GridControl.

Return Value

Type: Cell
Cell object if the specified location is inside the cell. Otherwise null.

See Also