API Reference

Class

LegacyXlsUnsupportedFeature

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

Describes an unsupported or preserve-only feature discovered in a legacy XLS workbook.

Inheritance

  • Object
  • LegacyXlsUnsupportedFeature

Usage

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

Constructors

public LegacyXlsUnsupportedFeature(LegacyXlsUnsupportedFeatureKind kind, String code, String description, String sheetName = null, Nullable<Int32> recordOffset = null, Nullable<UInt16> recordType = null, String detailCode = null) #

Creates unsupported feature metadata.

Parameters

kind OfficeIMO.Excel.LegacyXls.Model.LegacyXlsUnsupportedFeatureKind requiredposition: 0
Structured unsupported feature category.
code System.String requiredposition: 1
Stable feature/diagnostic code.
description System.String requiredposition: 2
Human-readable feature description.
sheetName System.String = null optionalposition: 3
Worksheet or sheet entry name associated with the feature, when known.
recordOffset System.Nullable{System.Int32} = null optionalposition: 4
Byte offset of the related BIFF record, when known.
recordType System.Nullable{System.UInt16} = null optionalposition: 5
BIFF record type identifier, when known.
detailCode System.String = null optionalposition: 6
Stable feature subtype key for reports and future import planning.

Properties

public LegacyXlsUnsupportedFeatureKind Kind { get; } #

Gets the structured unsupported feature category.

public String Code { get; } #

Gets the stable feature/diagnostic code.

public String Description { get; } #

Gets the human-readable feature description.

public String SheetName { get; } #

Gets the worksheet or sheet entry name associated with the feature, when known.

public Nullable<Int32> RecordOffset { get; } #

Gets the byte offset of the related BIFF record, when known.

public Nullable<UInt16> RecordType { get; } #

Gets the BIFF record type identifier, when known.

public String DetailCode { get; } #

Gets a stable feature subtype key for reports and future import planning.