Search Results for

    Show / Hide Table of Contents

    ExcelFile.FirstSheetVisible Property

    This is the first sheet that will be visible in the bar of sheet tabs at the bottom. Normally you will want this to be 1. Note that every time you change ActiveSheet this value gets reset, because it makes no sense to preserve it.

    If you want to change it, change it before saving. The same way, to read it, read it just after opening the file.

    Please also note that if the first sheet you select is hidden, FlexCel will ignore this value and select a visible sheet. (otherwise Excel would crash) This property can work in different windows depending on the value of ActiveWindow

    Syntax

    Namespace: FlexCel.Core

    public abstract Int32 FirstSheetVisible { get; set; }

    See also

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