[Missing <summary> documentation for "P:Ntreev.Windows.Forms.Grid.CellCollection.Item(System.Int32)"]
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