API Reference

Class

LegacyXlsSheetTabIdCollection

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

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

Constructors

public LegacyXlsSheetTabIdCollection(IReadOnlyList<UInt16> tabIds) #

Creates a sheet tab identifier collection.

Parameters

tabIds System.Collections.Generic.IReadOnlyList{System.UInt16} requiredposition: 0
Sheet tab identifiers in workbook order.

Properties

public IReadOnlyList<UInt16> TabIds { get; } #

Gets sheet tab identifiers in workbook order.