_Workbook.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.
The Excel8CompatibilityMode property provides developers with a way to check if the workbook is in compatibility mode. Read-only
public:
property bool Excel8CompatibilityMode { bool get(); };
public bool Excel8CompatibilityMode { get; }
Public ReadOnly Property Excel8CompatibilityMode As Boolean
Property Value
Boolean
Remarks
In compatibility mode, certain functionality is disabled or functions differently. For example, in short_Excel2007 there are more rows and columns available as compared to the earlier versions of Excel. Also structured referencing is available in short_Excel2007.