C# Class ExcelQueryServiceAddIn.ThisAddIn

Afficher le fichier Open project: NCIP/cadsr-cgmdr

Private Properties

Свойство Type Description
InternalStartup void
ThisAddIn_Shutdown void
ThisAddIn_Startup void
removeCommon void
removeId void
unmapHeaderClick void
unmapListClick void
unmapXMLClick void

Méthodes publiques

Méthode Description
AddQueryServiceTaskPane ( ) : void
AddUnmapButtonMenuCommand ( ) : void
RemoveQueryServiceTaskPane ( ) : void

Méthodes protégées

Méthode Description
CreateRibbonExtensibilityObject ( ) : Microsoft.Microsoft.Office.Core.Core.IRibbonExtensibility

Private Methods

Méthode Description
InternalStartup ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ThisAddIn_Shutdown ( object sender, System e ) : void
ThisAddIn_Startup ( object sender, System e ) : void
removeCommon ( Microsoft.Office.Interop.Excel selected ) : void
removeId ( Microsoft.Office.Interop.Excel selected, string listType ) : void
unmapHeaderClick ( Microsoft.Office.Core button, bool &Cancel ) : void
unmapListClick ( Microsoft.Office.Core button, bool &Cancel ) : void
unmapXMLClick ( Microsoft.Office.Core button, bool &Cancel ) : void

Method Details

AddQueryServiceTaskPane() public méthode

public AddQueryServiceTaskPane ( ) : void
Résultat void

AddUnmapButtonMenuCommand() public méthode

public AddUnmapButtonMenuCommand ( ) : void
Résultat void

CreateRibbonExtensibilityObject() protected méthode

protected CreateRibbonExtensibilityObject ( ) : Microsoft.Microsoft.Office.Core.Core.IRibbonExtensibility
Résultat Microsoft.Microsoft.Office.Core.Core.IRibbonExtensibility

RemoveQueryServiceTaskPane() public méthode

public RemoveQueryServiceTaskPane ( ) : void
Résultat void