WorkbookBase.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.
Gets or sets a value that indicates whether the workbook is final.
public bool Final { get; set; }
Property Value
true if the workbook is final; otherwise, false.
Remarks
When you set this property to true, recipients are notified that the workbook is final, and the workbook is set to read-only.