_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.
Controls whether or not the compatibility checker is run automatically when the workbook is saved. Read/write.
public:
property bool CheckCompatibility { bool get(); void set(bool value); };
public bool CheckCompatibility { get; set; }
Public Property CheckCompatibility As Boolean
Property Value
Boolean