Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetViewCollection Class / Remove Method
Sheet to remove
Example


In This Topic
    Remove Method (SheetViewCollection)
    In This Topic
    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
    Example
    This example removes a sheet from the collection.
    See Also