_Workbook.WriteReserved Property
True if the workbook is write-reserved. Read-only Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property WriteReserved As Boolean
Get
'Usage
Dim instance As _Workbook
Dim value As Boolean
value = instance.WriteReserved
bool WriteReserved { get; }
Property Value
Type: System.Boolean
Remarks
Use the SaveAs method to set this property.