Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RemoveShape Method
Name of shape


In This Topic
    RemoveShape Method (SheetView)
    In This Topic
    Removes the shape from the drawing container for the sheet.
    Syntax
    'Declaration
     
    
    Public Overridable Function RemoveShape( _
       ByVal name 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 name
    )

    Parameters

    name
    Name of shape
    See Also