| Visual Basic (Declaration) | |
|---|---|
Public Default Property Item( _ ByVal nIndex As Integer _ ) As dbiColumnType | |
| C# | |
|---|---|
public dbiColumnType this[ int nIndex ]; {get; set;} | |
Parameters
- nIndex
- Integer value representing the 0-based index of the desired object.
| dbicDayView | Send comments on this topic. |
| Item Property | |
| See Also | |
|
| dbicDayView Assembly > Dbi.WinControl.DayView Namespace > ColumnTypeCollection Class : Item Property |
| Visual Basic (Declaration) | |
|---|---|
Public Default Property Item( _ ByVal nIndex As Integer _ ) As dbiColumnType | |
| C# | |
|---|---|
public dbiColumnType this[ int nIndex ]; {get; set;} | |