API Reference

Enum

LegacyXlsSheetVisibility

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Describes the BoundSheet visibility state of a legacy XLS sheet entry.

Inheritance

  • Enum
  • LegacyXlsSheetVisibility

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const LegacyXlsSheetVisibility Visible #

The sheet is visible.

Value: 0
public const LegacyXlsSheetVisibility Hidden #

The sheet is hidden but can be unhidden by users.

Value: 1
public const LegacyXlsSheetVisibility VeryHidden #

The sheet is hidden and can only be unhidden through VBA or compatible automation.

Value: 2