API Reference
Class
LegacyXlsUnsupportedFeature
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.
Returned or exposed by
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
- Structured unsupported feature category.
- code System.String
- Stable feature/diagnostic code.
- description System.String
- Human-readable feature description.
- sheetName System.String = null
- Worksheet or sheet entry name associated with the feature, when known.
- recordOffset System.Nullable{System.Int32} = null
- Byte offset of the related BIFF record, when known.
- recordType System.Nullable{System.UInt16} = null
- BIFF record type identifier, when known.
- detailCode System.String = null
- Stable feature subtype key for reports and future import planning.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.