API Reference
Class
LegacyXlsSheetTabIdCollection
Represents the workbook sheet tab identifier array parsed from a BIFF TabId record.
Inheritance
- Object
- LegacyXlsSheetTabIdCollection
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.SheetTabIds
Constructors
public LegacyXlsSheetTabIdCollection(IReadOnlyList<UInt16> tabIds) #Creates a sheet tab identifier collection.
Parameters
- tabIds System.Collections.Generic.IReadOnlyList{System.UInt16}
- Sheet tab identifiers in workbook order.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<UInt16> TabIds { get; } #Gets sheet tab identifiers in workbook order.