API Reference

Class

LegacyXlsTableStyleElement

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

Represents a BIFF TableStyleElement record.

Inheritance

  • Object
  • LegacyXlsTableStyleElement

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 LegacyXlsTableStyleElement(UInt32 elementType, String elementTypeName, UInt32 stripeSize, UInt32 differentialFormatIndex, UInt16 headerRecordType, UInt16 headerFlags, Int32 recordOffset, UInt16 recordType, Int32 payloadLength) #

Initializes a new instance of the LegacyXlsTableStyleElement class.

Parameters

elementType System.UInt32 requiredposition: 0
elementTypeName System.String requiredposition: 1
stripeSize System.UInt32 requiredposition: 2
differentialFormatIndex 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 UInt32 ElementType { get; } #

Gets the raw table style element type.

public String ElementTypeName { get; } #

Gets the friendly table style element type name.

public UInt32 StripeSize { get; } #

Gets the stripe size for stripe-band elements.

public UInt32 DifferentialFormatIndex { get; } #

Gets the differential format index referenced by this element.

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.