API Reference

Class

ExcelTableStyleCompatibilityInfo

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Describes how a table style fits a compatibility profile.

Inheritance

  • Object
  • ExcelTableStyleCompatibilityInfo

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 TableStyle Style { get; } #

Gets the table style enum value.

public String Name { get; } #

Gets the workbook style name written to table XML.

public ExcelTableStyleCompatibilityProfile Profile { get; } #

Gets the profile used for the compatibility check.

public Boolean IsBuiltIn { get; } #

Gets a value indicating whether the style is a known built-in Excel table style.

public Boolean IsRecommended { get; } #

Gets a value indicating whether the style is recommended for the selected profile.

public String Warning { get; } #

Gets a warning when the style is valid but not recommended for the selected profile.