| Visual Basic (Declaration) | |
|---|---|
Public Default Property Item( _ ByVal nIndex As Integer _ ) As dbiColumnItem | |
| C# | |
|---|---|
public dbiColumnItem this[ int nIndex ]; {get; set;} | |
Parameters
- nIndex
- The index value of a dbiColumnItem contained in the collection.
| dbicList | Send comments on this topic. |
| Item Property | |
| See Also | |
|
| dbicBase Assembly > Dbi.WinControl Namespace > ColumnItemCollection Class : Item Property |
| Visual Basic (Declaration) | |
|---|---|
Public Default Property Item( _ ByVal nIndex As Integer _ ) As dbiColumnItem | |
| C# | |
|---|---|
public dbiColumnItem this[ int nIndex ]; {get; set;} | |