[This is preliminary documentation and is subject to change.]

Removes an item from the collection

Namespace:  OfficeClip.BusinessLayer.OfficePortal.CorpMenu
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public void Remove(
	int index
)
Visual Basic (Declaration)
Public Sub Remove ( _
	index As Integer _
)
Visual C++
public:
void Remove(
	int index
)

Parameters

index
Type: System..::.Int32
The Index of the item that needs to be removed.

See Also