ComponentOne Excel for .NET
C1.Excel Assembly / C1.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