Workbook.Excel8CompatibilityMode Property (2007 System)

Gets a value that indicates whether the workbook is in compatibility mode.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
Public ReadOnly Property Excel8CompatibilityMode As Boolean
'Usage
Dim instance As Workbook 
Dim value As Boolean 

value = instance.Excel8CompatibilityMode
public bool Excel8CompatibilityMode { get; }
public:
property bool Excel8CompatibilityMode {
    bool get ();
}
public function get Excel8CompatibilityMode () : boolean

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

See Also

Reference

Workbook Class

Workbook Members

Microsoft.Office.Tools.Excel Namespace