_Workbook.Final Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean that indicates whether a workbook is final. Read/write
public:
property bool Final { bool get(); void set(bool value); };
public bool Final { get; set; }
Public Property Final As Boolean
Property Value
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.