지정된 위치를 포함하는 그리드 컨트롤의 셀을 검색합니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public Cell GetCellAt(
	Point pt
)
Visual Basic
Public Function GetCellAt ( _
	pt As Point _
) As Cell
Visual C++
public:
Cell^ GetCellAt(
	Point pt
)

Parameters

pt
Type: System.Drawing..::..Point
검색할 클라이언트의 위치입니다.

Return Value

지정된 위치를 포함하는 Cell입니다. 위치를 포함하는 Cell이 없다면 null을 반환합니다.

See Also