Search Results for

    Show / Hide Table of Contents

    XlsFile.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 ExcelFile.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 ExcelFile.ActiveWindow

    Syntax

    Namespace: FlexCel.XlsAdapter

    public override Int32 FirstSheetVisible { get; set; }

    See also

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