Version

Remove Method (WorksheetShapeCollection)

Removes the specified shape from the collection.
Syntax
public bool Remove( 
   WorksheetShape shape
)

Parameters

shape
The shape to remove from the collection.

Return Value

True if the shape was successfully removed from the collection; False if the shape did not exist in the collection.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also