Spread for ASP.NET 12 Product Documentation
Remove Method (SheetViewCollection)


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

Parameters

sheetView
Sheet to remove
See Also

Reference

SheetViewCollection Class
SheetViewCollection Members