Gets a Cell at the specified location.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

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.Drawing..::..Point
Location inside the grid.

Return Value

Type: Cell
Cell if found. Otherwise null.

See Also