행의 이름으로 셀을 가져옵니다.

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 this[
	string columnName
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	columnName As String _
) As Cell
	Get
Visual C++
public:
property Cell^ default[String^ columnName] {
	Cell^ get (String^ columnName);
}

Parameters

columnName
Type: System..::..String
행의 이름입니다.

Return Value

찾지 못하는 경우 null을 반환합니다.

See Also