Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ClearShapes Method


In This Topic
    ClearShapes Method (SheetView)
    In This Topic
    Removes all shapes from the drawing container for the sheet.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ClearShapes() 
    'Usage
     
    
    Dim instance As SheetView
     
    instance.ClearShapes()
    public virtual void ClearShapes()
    See Also