API Reference

Class

LegacyXlsTableStyleCollection

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

Represents the workbook-level BIFF TableStyles record.

Inheritance

  • Object
  • LegacyXlsTableStyleCollection

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 LegacyXlsTableStyleCollection(UInt32 totalStyleCount, String defaultTableStyleName, String defaultPivotStyleName, UInt16 headerRecordType, UInt16 headerFlags, Int32 recordOffset, UInt16 recordType, Int32 payloadLength) #

Initializes a new instance of the LegacyXlsTableStyleCollection class.

Parameters

totalStyleCount System.UInt32 requiredposition: 0
defaultTableStyleName System.String requiredposition: 1
defaultPivotStyleName System.String requiredposition: 2
headerRecordType System.UInt16 requiredposition: 3
headerFlags System.UInt16 requiredposition: 4
recordOffset System.Int32 requiredposition: 5
recordType System.UInt16 requiredposition: 6
payloadLength System.Int32 requiredposition: 7

Properties

public UInt32 TotalStyleCount { get; } #

Gets the total built-in plus custom table style count declared by the workbook.

public String DefaultTableStyleName { get; } #

Gets the workbook default table style name, when declared.

public String DefaultPivotStyleName { get; } #

Gets the workbook default PivotTable style name, when declared.

public UInt16 HeaderRecordType { get; } #

Gets the FRT header record type stored inside the payload.

public UInt16 HeaderFlags { get; } #

Gets the FRT header flags stored inside the payload.

public Int32 RecordOffset { get; } #

Gets the BIFF stream offset of the source record.

public UInt16 RecordType { get; } #

Gets the source BIFF record type.

public Int32 PayloadLength { get; } #

Gets the source BIFF payload length.