C# Class ExcelQueryServiceAddIn.ThisAddIn

Datei anzeigen Open project: NCIP/cadsr-cgmdr

Private Properties

Property Type Description
InternalStartup void
ThisAddIn_Shutdown void
ThisAddIn_Startup void
removeCommon void
removeId void
unmapHeaderClick void
unmapListClick void
unmapXMLClick void

Public Methods

Method Description
AddQueryServiceTaskPane ( ) : void
AddUnmapButtonMenuCommand ( ) : void
RemoveQueryServiceTaskPane ( ) : void

Protected Methods

Method Description
CreateRibbonExtensibilityObject ( ) : Microsoft.Microsoft.Office.Core.Core.IRibbonExtensibility

Private Methods

Method 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 method

public AddQueryServiceTaskPane ( ) : void
return void

AddUnmapButtonMenuCommand() public method

public AddUnmapButtonMenuCommand ( ) : void
return void

CreateRibbonExtensibilityObject() protected method

protected CreateRibbonExtensibilityObject ( ) : Microsoft.Microsoft.Office.Core.Core.IRibbonExtensibility
return Microsoft.Microsoft.Office.Core.Core.IRibbonExtensibility

RemoveQueryServiceTaskPane() public method

public RemoveQueryServiceTaskPane ( ) : void
return void