Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets whether the Draft Mode notification label is hidden on charts that are inserted in Draft Mode.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property HideChartDraftModeNotification As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.HideChartDraftModeNotification
instance.HideChartDraftModeNotification = value
bool HideChartDraftModeNotification { get; set; }
Property Value
Type: System.Boolean
true if the Draft Mode notification label is hidden on charts that are inserted in Draft Mode; otherwise, false.
Remarks
Read/write. Setting this property does not affect charts that were previously inserted in the document in draft mode.