Spread Windows Forms 12.0 Product Documentation
Clear Method (SheetViewCollection)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetViewCollection Class : Clear Method
Removes all the sheets from the collection.
Syntax
'Declaration
 
Public Shadows Sub Clear() 
'Usage
 
Dim instance As SheetViewCollection
 
instance.Clear()
public new void Clear()
Example
This example removes all the sheets from the sheet collection.
fpSpread1.Sheets.Clear();
FpSpread1.Sheets.Clear()
See Also

Reference

SheetViewCollection Class
SheetViewCollection Members