Workbook.CreateBackup Property

Definition

Gets a value that indicates whether a backup file is created when this file is saved.

public:
 property bool CreateBackup { bool get(); };
public bool CreateBackup { get; }
member this.CreateBackup : bool
Public ReadOnly Property CreateBackup As Boolean

Property Value

true if a backup file is created when this file is saved; otherwise, false.

Applies to