Spread Windows Forms 12.0 Product Documentation
Remove(SheetView) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetViewCollection Class > Remove Method : Remove(SheetView) Method
Sheet (SheetView object) to remove from the collection
Removes the specified sheet from the collection.
Syntax
'Declaration
 
Public Overloads Overridable Sub Remove( _
   ByVal sheetView As SheetView _
) 
'Usage
 
Dim instance As SheetViewCollection
Dim sheetView As SheetView
 
instance.Remove(sheetView)
public virtual void Remove( 
   SheetView sheetView
)

Parameters

sheetView
Sheet (SheetView object) to remove from the collection
See Also

Reference

SheetViewCollection Class
SheetViewCollection Members
Overload List