API Reference
Class
LegacyXlsTableStyleElement
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
- Property LegacyXlsTableStyle.Elements
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
- elementTypeName System.String
- stripeSize System.UInt32
- differentialFormatIndex System.UInt32
- headerRecordType System.UInt16
- headerFlags System.UInt16
- recordOffset System.Int32
- recordType System.UInt16
- payloadLength System.Int32
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.