Visual Basic (Declaration) | |
---|---|
Public Overridable Sub ClearShapes() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SheetView instance.ClearShapes() |
C# | |
---|---|
public virtual void ClearShapes() |
This example deletes all the shapes in the sheet container.
C# | Copy Code |
---|---|
fpSpread1.ActiveSheet.ClearShapes() |
Visual Basic | Copy Code |
---|---|
FpSpread1.ActiveSheet.ClearShapes() |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
SheetView ClassSheetView Members
RemoveShape Method