API Reference
Class
XlsbImportDiagnostic
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
- Property ExcelDocument.XlsbImportDiagnostics
Methods
Inherited Methods
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.