[Missing <summary> documentation for "P:Ntreev.Windows.Forms.Grid.CellCollection.Item(Ntreev.Windows.Forms.Grid.Column)"]
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public Cell this[ Column column ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ column As Column _ ) As Cell Get |
Visual C++ |
---|
public: property Cell^ default[Column^ column] { Cell^ get (Column^ column); } |
Parameters
- column
- Type: Ntreev.Windows.Forms.Grid..::..Column