API Reference

Class

ExcelColumnFormatResult

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Result for one applied or skipped column format rule.

Inheritance

  • Object
  • ExcelColumnFormatResult

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 String Header { get; } #

Header requested by the format rule.

public Nullable<Int32> ColumnIndex { get; } #

One-based column index when the header was resolved.

public Boolean Applied { get; } #

Whether the rule was applied.

public String NumberFormat { get; } #

Number format code resolved for the rule.

public String Warning { get; } #

Warning for skipped rules, when any.