_Application.ShowDevTools Property
Returns or sets a Boolean that represents whether the Developer tab is displayed in the Ribbon. Read/write.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ShowDevTools As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.ShowDevTools
instance.ShowDevTools = value
bool ShowDevTools { get; set; }
Property Value
Type: System.Boolean
Boolean
Remarks
This property corresponds to the Show Developer tab in the Ribbon check box in the Excel Options dialog box.