API Reference
Class
LegacyXlsTableStyleCollection
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
- defaultTableStyleName System.String
- defaultPivotStyleName System.String
- 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 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.