Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetViewCollection Class / RemoveAt Method
Zero-based index of the sheet to remove from the collection


In This Topic
    RemoveAt Method (SheetViewCollection)
    In This Topic
    Removes a sheet (SheetView object) from the collection at the specified index.
    Syntax
    'Declaration
     
    
    Public Shadows Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As SheetViewCollection
    Dim index As Integer
     
    instance.RemoveAt(index)
    public new void RemoveAt( 
       int index
    )

    Parameters

    index
    Zero-based index of the sheet to remove from the collection
    Exceptions
    ExceptionDescription
    Specified sheet index is not valid; must be between 0 and the total number of sheets in the collection
    See Also