Workbook.WriteReserved Property

Definition

Gets a value that indicates whether the workbook is write-reserved.

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

Property Value

true if the workbook is write-reserved; otherwise, false.

Remarks

Use the SaveAs method to set this property.

Applies to