API Reference

Class

XlsbImportDiagnostic

Namespace OfficeIMO.Excel.Xlsb
Assembly OfficeIMO.Excel
Modifiers sealed

Describes one structured XLSB import finding.

Inheritance

  • Object
  • XlsbImportDiagnostic

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

Methods

public override String ToString() #
Returns: String

Properties

public String Code { get; } #

Gets the stable machine-readable finding code.

public XlsbImportDiagnosticSeverity Severity { get; } #

Gets the finding severity.

public String Message { get; } #

Gets the human-readable finding description.

public String PartName { get; } #

Gets the related package part, when known.

public Nullable<Int32> RecordType { get; } #

Gets the related BIFF12 record type, when known.

public Nullable<Int64> RecordOffset { get; } #

Gets the related record offset within its binary part, when known.