포커스를 지정할 셀을 가져오거나 설정합니다.

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 FocusedCell { get; set; }
Visual Basic
Public Property FocusedCell As Cell
	Get
	Set
Visual C++
public:
property Cell^ FocusedCell {
	Cell^ get ();
	void set (Cell^ value);
}

See Also