Share via


_Chart.ShowDraftModeButton Property

Reserved for internal use.

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

Syntax

'Declaration
Property ShowDraftModeButton As Boolean
    Get
    Set
'Usage
Dim instance As _Chart
Dim value As Boolean

value = instance.ShowDraftModeButton

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

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

_Chart Interface

_Chart Members

Microsoft.Office.Interop.Excel Namespace