_Workbook.CreateBackup Property
True if a backup file is created when this file is saved. Read-only Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property CreateBackup As Boolean
Get
'Usage
Dim instance As _Workbook
Dim value As Boolean
value = instance.CreateBackup
bool CreateBackup { get; }
Property Value
Type: System.Boolean