Adds the specified item to the current collection.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int Add(
	C1MultiDocumentItem item
)
Visual Basic
Public Function Add ( _
	item As C1MultiDocumentItem _
) As Integer

Parameters

item
Type: C1.C1Preview..::..C1MultiDocumentItem
The item that is added.

Return Value

The index of the added item within the collection.

See Also