ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLSheetCollection Class / Remove Method / Remove(String) Method
Name of the sheet to remove from the collection (case-insensitive).

In This Topic
    Remove(String) Method
    In This Topic
    Removes the XLSheet with the specified name from the collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal name As System.String _
    ) 
    public void Remove( 
       System.string name
    )

    Parameters

    name
    Name of the sheet to remove from the collection (case-insensitive).
    See Also