Workbook.CheckCompatibility Property

Definition

Gets or sets a value that indicates whether to run the compatibility checker automatically when the workbook is saved.

public:
 property bool CheckCompatibility { bool get(); void set(bool value); };
public bool CheckCompatibility { get; set; }
member this.CheckCompatibility : bool with get, set
Public Property CheckCompatibility As Boolean

Property Value

true if the compatibility checker should be run automatically when the workbook is saved; otherwise, false. The default for Excel 97-2003 Binary (BIFF8) workbooks is true; the default for all other workbooks is false.

Applies to