API Reference

Enum

ExcelConversionLossPolicy

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls whether a conversion may continue when content loss is known.

Inheritance

  • Enum
  • ExcelConversionLossPolicy

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const ExcelConversionLossPolicy Block #

Reject conversion when known content would be omitted.

Value: 0
public const ExcelConversionLossPolicy Allow #

Continue and report known omitted content in the result.

Value: 1