menu

Document Processing

WorksheetVisibility Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    WorksheetVisibility Class

    Enumeration which controls visibility of worksheet in Excel.

    Inheritance
    System.Object
    WorksheetVisibility
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public sealed class WorksheetVisibility : Enum

    Fields

    Hidden

    Worksheet is hidden for the user.

    Declaration
    public const WorksheetVisibility Hidden
    Field Value
    Type
    WorksheetVisibility

    StrongHidden

    The strong hidden flag can only be set and cleared with a Visual Basic macro. It is not possible to make such a sheet visible via the user interface.

    Declaration
    public const WorksheetVisibility StrongHidden
    Field Value
    Type
    WorksheetVisibility

    Visible

    Worksheet is visible to the user.

    Declaration
    public const WorksheetVisibility Visible
    Field Value
    Type
    WorksheetVisibility
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved