Click or drag to resize

OleObjectCollection Remove Method

Removes an OleObject control from the collection.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Remove(
	OleObject item
)

Parameters

item
Type: Spire.Presentation OleObject
A control to remove.
See Also