WorkbookBase.Excel8CompatibilityMode 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 a value that indicates whether the workbook is in compatibility mode.
public:
property bool Excel8CompatibilityMode { bool get(); };
public bool Excel8CompatibilityMode { get; }
member this.Excel8CompatibilityMode : bool
Public ReadOnly Property Excel8CompatibilityMode As Boolean
Property Value
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.