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