Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLSheetCollection Class / Add Method / Add() Method

In This Topic
    Add() Method
    In This Topic
    Creates a new XLSheet and appends it to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Add() As XLSheet
    public XLSheet Add()

    Return Value

    A reference to the new XLSheet object.
    See Also