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


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