API Reference

Class

LegacyXlsTableBlockLevelFormatting

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

Represents List12 block-level formatting references for projected table regions.

Inheritance

  • Object
  • LegacyXlsTableBlockLevelFormatting

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 Nullable<Int32> HeaderStyleRecordIndex { get; } #

Gets the zero-based Style record index for table header cells, when specified.

public String HeaderStyleName { get; } #

Gets the header style name carried by the List12BlockLevel payload, when specified.

public Nullable<Int32> DataStyleRecordIndex { get; } #

Gets the zero-based Style record index for table data cells, when specified.

public String DataStyleName { get; } #

Gets the data style name carried by the List12BlockLevel payload, when specified.

public Nullable<Int32> TotalStyleRecordIndex { get; } #

Gets the zero-based Style record index for table total-row cells, when specified.

public String TotalStyleName { get; } #

Gets the total-row style name carried by the List12BlockLevel payload, when specified.