| Visual Basic (Declaration) | |
|---|---|
Public Default Property Item( _ ByVal nIndex As Integer _ ) As dbiCellFormat | |
| C# | |
|---|---|
public dbiCellFormat this[ int nIndex ]; {get; set;} | |
Parameters
- nIndex
- An integer value representing the index value of a dbiCellFormat item in the collection.