Search Results for

    Show / Hide Table of Contents

    ExcelFile.AddSheet Method

    Inserts an empty sheet at the end of the file. This is equivalent to calling InsertAndCopySheets(0, SheetCount + 1, 1). If you need to insert more than one sheet, or insert it at the middle of existing sheets, use InsertAndCopySheets(Int32, Int32, Int32) instead.

    Syntax

    Namespace: FlexCel.Core

    public void AddSheet()

    See also

    • ExcelFile
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com