API Reference

Enum

LegacyXlsUnsupportedSheetKind

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

Identifies legacy XLS sheet entries that are discovered but not imported as worksheets.

Inheritance

  • Enum
  • LegacyXlsUnsupportedSheetKind

Usage

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

Accepted by parameters

Values

public const LegacyXlsUnsupportedSheetKind Unknown #

The sheet type is not recognized by this import phase.

Value: 0
public const LegacyXlsUnsupportedSheetKind MacroSheet #

The sheet is an Excel macro sheet.

Value: 1
public const LegacyXlsUnsupportedSheetKind ChartSheet #

The sheet is a chart sheet.

Value: 2
public const LegacyXlsUnsupportedSheetKind VbaModuleSheet #

The sheet is a VBA module sheet.

Value: 3
public const LegacyXlsUnsupportedSheetKind DialogSheet #

The sheet is a dialog sheet identified by the WsBool fDialog flag.

Value: 4