_Application.ShowQuickAnalysis Property

Definition

Controls whether the Quick Analysis contextual user interface is displayed on selection. TRUE means the Quick Analysis button will show. Corresponds to the Show Quick Analysis options on selection checkbox located in the File menu, Options, Excel Options, and then General tab. Read/Write. Boolean (bool in C#).

public:
 property bool ShowQuickAnalysis { bool get(); void set(bool value); };
public bool ShowQuickAnalysis { get; set; }
Public Property ShowQuickAnalysis As Boolean

Property Value

Applies to