Options.InsertChartInDraftMode Property

Gets or sets whether charts are inserted into the document using Draft Mode.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property InsertChartInDraftMode As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.InsertChartInDraftMode

instance.InsertChartInDraftMode = value
bool InsertChartInDraftMode { get; set; }

Property Value

Type: System.Boolean
true if charts are inserted into the document using Draft Mode; otherwise, false.

Remarks

Read/write. Setting this property has the same effect as clicking Insert charts using Draft Mode in the Word Options dialog in Microsoft Word 2010 (click Advanced, and scroll to Chart).

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace