API Reference
Class
LegacyXlsWorkbookMetadataRecord
Records the source BIFF record for decoded workbook-level legacy metadata.
Inheritance
- Object
- LegacyXlsWorkbookMetadataRecord
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 LegacyXlsWorkbook.MetadataRecords
Constructors
public LegacyXlsWorkbookMetadataRecord(LegacyXlsWorkbookMetadataKind kind, Int32 recordOffset, UInt16 recordType) #Creates a workbook metadata provenance record.
Parameters
- kind OfficeIMO.Excel.LegacyXls.Model.LegacyXlsWorkbookMetadataKind
- Decoded metadata kind.
- recordOffset System.Int32
- Byte offset of the source BIFF record.
- recordType System.UInt16
- BIFF record type identifier.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object