_Workbook.Final Property

Returns or sets a Boolean that indicates whether a workbook is final. Read/write

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property Final As Boolean
    Get
    Set
'Usage
Dim instance As _Workbook
Dim value As Boolean

value = instance.Final

instance.Final = value
bool Final { get; set; }

Property Value

Type: System.Boolean
Boolean

Remarks

Setting the value to True marks the workbook as final, notifies recipients (if any) that the workbook is final, and sets the workbook to read-only.

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace