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