Excel for WinRT
Remove(Int32) Method


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

Parameters

id
The identifier of the 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