API Reference
Class
LegacyXlsCellStyle
Workbook-level cell style metadata parsed from a BIFF Style record.
Inheritance
- Object
- LegacyXlsCellStyle
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.CellStyles
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public UInt16 StyleFormatIndex { get; } #Gets the zero-based index of the style XF in the workbook XF collection.
public Boolean IsBuiltIn { get; } #Gets whether this cell style is one of Excel's built-in styles.
public Nullable<Byte> BuiltInStyleId { get; } #Gets the built-in style identifier when IsBuiltIn is true.
public Nullable<Byte> OutlineLevel { get; } #Gets the outline level for built-in row or column level styles.
public String Name { get; } #Gets the custom style name when IsBuiltIn is false.
public Int32 RecordOffset { get; } #Gets the byte offset of the source BIFF record.
public UInt16 RecordType { get; } #Gets the source BIFF record type.