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

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

Parameters

index
Type: System..::..Int32

See Also