_Workbook.Final Property

Definition

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.

Applies to