| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal nIndex As Integer, _ ByVal obj As dbiCellFormat _ ) | |
| C# | |
|---|---|
public void Insert( int nIndex, dbiCellFormat obj ) | |
Parameters
- nIndex
- Integer value representing the index of the item where the insertion is to occur.
- obj
- The dbiCellFormat to insert in the collection.