IWorkbookExtension.CreateRibbonExtensibilityObject Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an object that implements the Microsoft.Office.Core.IRibbonExtensibility interface.
public:
Microsoft::Office::Core::IRibbonExtensibility ^ CreateRibbonExtensibilityObject();
public Microsoft.Office.Core.IRibbonExtensibility CreateRibbonExtensibilityObject ();
abstract member CreateRibbonExtensibilityObject : unit -> Microsoft.Office.Core.IRibbonExtensibility
Public Function CreateRibbonExtensibilityObject () As IRibbonExtensibility
Returns
An object that implements the Microsoft.Office.Core.IRibbonExtensibility interface.
Remarks
For more information about this method, see Microsoft.Office.Tools.Excel.WorkbookBase.CreateRibbonExtensibilityObject.