Search Results for

    Show / Hide Table of Contents

    VirtualCellReadEventArgs.NextSheet Property

    Sheet where the next cell will be. By default, this value is set automatically, but you can change to other value to skip some sheets, or set it to null or empty to end reading the file.

    If for example you are at sheet "Sheet1" and set NextSheet to be "Sheet5", then the next time this event is called it will be with the first cell of Sheet5. To stop reading this sheet and move to the next, set "NextSheet" to be SheetNames[Cell.Sheet]

    Syntax

    Namespace: FlexCel.Core

    public String NextSheet { get; set; }

    See also

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