C# Class ExcelQueryServiceAddIn.ExcelQueryServiceRibbon

Inheritance: Microsoft.Office.Core.IRibbonExtensibility
Afficher le fichier Open project: NCIP/cagrid-grid-incubation

Méthodes publiques

Méthode Description
CDECreationFormBtn_Clicked ( Microsoft.Office.Core control ) : void
ExcelQueryServiceRibbon ( ) : System
GetCustomUI ( string ribbonID ) : string
QueryTaskPaneToggle_Toggle ( Microsoft.Office.Core control, bool isPressed ) : void
Ribbon_Load ( Microsoft.Office.Core ribbonUI ) : void

Private Methods

Méthode Description
GetResourceText ( string resourceName ) : string

Method Details

CDECreationFormBtn_Clicked() public méthode

public CDECreationFormBtn_Clicked ( Microsoft.Office.Core control ) : void
control Microsoft.Office.Core
Résultat void

ExcelQueryServiceRibbon() public méthode

public ExcelQueryServiceRibbon ( ) : System
Résultat System

GetCustomUI() public méthode

public GetCustomUI ( string ribbonID ) : string
ribbonID string
Résultat string

QueryTaskPaneToggle_Toggle() public méthode

public QueryTaskPaneToggle_Toggle ( Microsoft.Office.Core control, bool isPressed ) : void
control Microsoft.Office.Core
isPressed bool
Résultat void

Ribbon_Load() public méthode

public Ribbon_Load ( Microsoft.Office.Core ribbonUI ) : void
ribbonUI Microsoft.Office.Core
Résultat void