API Reference

Class

LegacyXlsTableStyle

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

Represents a user-defined BIFF TableStyle record and its elements.

Inheritance

  • Object
  • LegacyXlsTableStyle

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 LegacyXlsTableStyle(String name, Boolean appliesToPivotTables, Boolean appliesToTables, UInt32 declaredElementCount, UInt16 headerRecordType, UInt16 headerFlags, Int32 recordOffset, UInt16 recordType, Int32 payloadLength) #

Initializes a new instance of the LegacyXlsTableStyle class.

Parameters

name System.String requiredposition: 0
appliesToPivotTables System.Boolean requiredposition: 1
appliesToTables System.Boolean requiredposition: 2
declaredElementCount System.UInt32 requiredposition: 3
headerRecordType System.UInt16 requiredposition: 4
headerFlags System.UInt16 requiredposition: 5
recordOffset System.Int32 requiredposition: 6
recordType System.UInt16 requiredposition: 7
payloadLength System.Int32 requiredposition: 8

Properties

public String Name { get; } #

Gets the user-defined table style name.

public Boolean AppliesToPivotTables { get; } #

Gets whether this style can be applied to PivotTable views.

public Boolean AppliesToTables { get; } #

Gets whether this style can be applied to tables.

public UInt32 DeclaredElementCount { get; } #

Gets the number of following TableStyleElement records declared by the style.

public IReadOnlyList<LegacyXlsTableStyleElement> Elements { get; } #

Gets the parsed TableStyleElement records attached to this style.

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.