Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetViewCollection Class / Remove Method / Remove(SheetView,Boolean) Method
Sheet (SheetView object) to remove from the collection
Indicates if we also reset the removing sheet.


In This Topic
Remove(SheetView,Boolean) Method
In This Topic
Removes the specified sheet from the collection and the Sheet is unreusable. Internal use only.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal sheetView As SheetView, _
   ByVal reset As Boolean _
) 
 
'Usage
 
Dim instance As SheetViewCollection
Dim sheetView As SheetView
Dim reset As Boolean
 
instance.Remove(sheetView, reset)

Parameters

sheetView
Sheet (SheetView object) to remove from the collection
reset
Indicates if we also reset the removing sheet.
See Also