API Reference

Class

ExcelTableStyleCatalog

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers static

Provides built-in Excel table style names and compatibility recommendations.

Inheritance

  • Object
  • ExcelTableStyleCatalog

Methods

Analyze 2 overloads
public static ExcelTableStyleCompatibilityInfo Analyze(String name, ExcelTableStyleCompatibilityProfile profile = CrossHost) #
Returns: ExcelTableStyleCompatibilityInfo

Gets compatibility information for a built-in table style.

Parameters

style OfficeIMO.Excel.TableStyle requiredposition: 0
profile OfficeIMO.Excel.ExcelTableStyleCompatibilityProfile = CrossHost optionalposition: 1
Analyze(System.String name, OfficeIMO.Excel.ExcelTableStyleCompatibilityProfile profile) #

Gets compatibility information for a table style name.

Parameters

name System.String required
profile OfficeIMO.Excel.ExcelTableStyleCompatibilityProfile required
public static IReadOnlyList<String> GetNames() #
Returns: IReadOnlyList<String>

Returns all built-in Excel table style names.

public static IReadOnlyList<String> GetRecommendedNames(ExcelTableStyleCompatibilityProfile profile = CrossHost) #
Returns: IReadOnlyList<String>

Returns table style names recommended for the given compatibility profile.

Parameters

profile OfficeIMO.Excel.ExcelTableStyleCompatibilityProfile = CrossHost optionalposition: 0
public static Boolean TryParse(String name, out TableStyle style) #
Returns: Boolean

Tries to parse a built-in table style name.

Parameters

name System.String requiredposition: 0
style OfficeIMO.Excel.TableStyle@ requiredposition: 1