Inserts an item into the current collection at the specified index.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public void Insert( int index, C1MultiDocumentItem item ) |
Visual Basic |
---|
Public Sub Insert ( _ index As Integer, _ item As C1MultiDocumentItem _ ) |
Parameters
- index
- Type: System..::..Int32
The zero-based index at which the item should be inserted.
- item
- Type: C1.C1Preview..::..C1MultiDocumentItem
The item to insert.