Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetViewCollection Class / Remove Method / Remove(SheetView) Method
Sheet (SheetView object) to remove from the collection


In This Topic
    Remove(SheetView) Method
    In This Topic
    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