Workbook.Excel8CompatibilityMode Property

Definition

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.

Applies to