Excel for WinRT
Remove(XLShape) Method


XLShape object to remove from the collection.
Removes an XLShape object from the collection.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal shape As XLShape _
) As System.Boolean
'Usage
 
Dim instance As ShapeCollection
Dim shape As XLShape
Dim value As System.Boolean
 
value = instance.Remove(shape)
public System.bool Remove( 
   XLShape shape
)

Parameters

shape
XLShape object to remove from the collection.
See Also

Reference

ShapeCollection Class
ShapeCollection Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback