[Missing <summary> documentation for "P:Ntreev.Windows.Forms.Grid.Row.Item(System.String)"]

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

See Also