_Workbook.Excel8CompatibilityMode Property

Definition

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.

Applies to