Workbook.CheckCompatibility Property (2007 System)
Gets or sets a value that indicates whether to run the compatibility checker automatically when the workbook is saved.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
Public Property CheckCompatibility As Boolean
'Usage
Dim instance As Workbook
Dim value As Boolean
value = instance.CheckCompatibility
instance.CheckCompatibility = value
public bool CheckCompatibility { get; set; }
public:
property bool CheckCompatibility {
bool get ();
void set (bool value);
}
public function get CheckCompatibility () : boolean
public function set CheckCompatibility (value : boolean)
Property Value
Type: System.Boolean
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.