Workbook.Final Property

Definition

Gets or sets a value that indicates whether the workbook is final.

public:
 property bool Final { bool get(); void set(bool value); };
public bool Final { get; set; }
member this.Final : bool with get, set
Public Property Final As Boolean

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.

Applies to