FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / RemoveShape Method
Name of shape


In This Topic
RemoveShape Method (SpreadShapesContainer)
In This Topic
Removes the shape from the container.
Syntax
'Declaration
 
Public Overridable Function RemoveShape( _
   ByVal name As String _
) As Boolean
 
'Usage
 
Dim instance As SpreadShapesContainer
Dim name As String
Dim value As Boolean
 
value = instance.RemoveShape(name)

Parameters

name
Name of shape
See Also