API Reference

Class

LegacyXlsCellStyle

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

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

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.