_Application.ShowQuickAnalysis Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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