C# Class ExcelVerticalTab.ThisAddIn

显示文件 Open project: nk9k/ExcelVerticalTab

Private Properties

Property Type Description
Application_WindowDeactivate void
Application_WorkbookActivate void
Application_WorkbookBeforeClose void
CleanUpPaneAndControl void

Public Methods

Method Description
OnActivate ( Microsoft.Office.Interop.Excel wb ) : void
OnBeforeClose ( Microsoft.Office.Interop.Excel wb ) : void

Protected Methods

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

Private Methods

Method Description
Application_WindowDeactivate ( Microsoft.Office.Interop.Excel wb, Microsoft.Office.Interop.Excel wn ) : void
Application_WorkbookActivate ( Microsoft.Office.Interop.Excel Wb ) : void
Application_WorkbookBeforeClose ( Microsoft.Office.Interop.Excel wb, bool &cancel ) : void
CleanUpPaneAndControl ( PaneAndControl target ) : void

Method Details

CreateRibbonExtensibilityObject() protected method

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

OnActivate() public method

public OnActivate ( Microsoft.Office.Interop.Excel wb ) : void
wb Microsoft.Office.Interop.Excel
return void

OnBeforeClose() public method

public OnBeforeClose ( Microsoft.Office.Interop.Excel wb ) : void
wb Microsoft.Office.Interop.Excel
return void