Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLSheetCollection Class / Add Method / Add(String) Method
The name of the new XLSheet.

In This Topic
    Add(String) Method
    In This Topic
    Creates a new XLSheet with a given name and appends it to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Add( _
       ByVal name As String _
    ) As XLSheet
    public XLSheet Add( 
       string name
    )

    Parameters

    name
    The name of the new XLSheet.

    Return Value

    A reference to the new XLSheet object.
    See Also