Workbook.CheckCompatibility Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.