Workbook.Excel8CompatibilityMode Property
Gets a value that indicates whether the workbook is in compatibility mode.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Syntax
'Declaration
ReadOnly Property Excel8CompatibilityMode As Boolean
Get
bool Excel8CompatibilityMode { get; }
Property Value
Type: System.Boolean
true if the workbook is in compatibility mode; otherwise, false.
Remarks
In compatibility mode, certain functionality is disabled or functions differently. For example, Excel 2007 workbooks in compatibility mode are restricted to the same number of rows and columns that are available in earlier versions of Excel.
.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.