In This Topic
Removes an
XLShape object from the collection.
Syntax
'Declaration
Public Overloads Function Remove( _
ByVal As XLShape _
) As System.Boolean
public System.bool Remove(
XLShape
)
Parameters
- shape
- XLShape object to remove from the collection.
See Also