Removes an item from the current collection.

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

Syntax

C#
public void Remove(
	C1MultiDocumentItem item
)
Visual Basic
Public Sub Remove ( _
	item As C1MultiDocumentItem _
)

Parameters

item
Type: C1.C1Preview..::..C1MultiDocumentItem
The item to remove.

See Also