| Visual Basic (Declaration) | |
|---|---|
Public Default Property Item( _ ByVal nIndex As Integer _ ) As dbiDayFormat | |
| C# | |
|---|---|
public dbiDayFormat this[ int nIndex ]; {get; set;} | |
Parameters
- nIndex
- The index of the item to get or set in the collection.
Property Value
dbiDayFormatIf the index value provided in less that zero, or greater than the value in dbiDayFormatCollection.Count property an ArgumentExceptionOutOfRange error will occur.