API Reference
LegacyXlsTableStyle
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
- Property LegacyXlsWorkbook.TableStyles
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
- appliesToPivotTables System.Boolean
- appliesToTables System.Boolean
- declaredElementCount 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) #BooleanParameters
- obj Object
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.