QuickAnalysis Interface

Definition

Object that enables single-click access to data analysis features such as formulas, conditional formatting, sparklines, tables, charts, and PivotTables.

public interface class QuickAnalysis
[System.Runtime.InteropServices.Guid("000244D0-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface QuickAnalysis
Public Interface QuickAnalysis
Attributes

Properties

Application

Returns an Application object that represents the Excel application. Read-only.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Integer (int in C#).

Parent

Returns an Object that represents the parent object of the specified ModelConnection object. Read-only.

Methods

Hide(XlQuickAnalysisMode)

Hides specific members of the Analysis Lens user interface.

Show(XlQuickAnalysisMode)

Displays specific members of the Analysis Lens user interface.

Applies to