RemoveShape Method (SheetView)
In This Topic
Removes the shape from the drawing container for the sheet.
Syntax
'Declaration
Public Overridable Function RemoveShape( _
ByVal As String _
) As Boolean
'Usage
Dim instance As SheetView
Dim name As String
Dim value As Boolean
value = instance.RemoveShape(name)
public virtual bool RemoveShape(
string
)
Parameters
- name
- Name of shape
See Also