API Reference
Class
ExcelColumnFormatResult
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.