Spread Windows Forms 12.0 Product Documentation
ClearShapes Method
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : ClearShapes Method
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()
Example
This example deletes all the shapes in the sheet container.
fpSpread1.ActiveSheet.ClearShapes()
FpSpread1.ActiveSheet.ClearShapes()
See Also

Reference

SheetView Class
SheetView Members
RemoveShape Method

User-Task Documentation

Working with Shapes