ExcelDna.Integration.DnaLibrary.UnloadCustomUI C# (CSharp) Method

UnloadCustomUI() private method

private UnloadCustomUI ( ) : void
return void
        internal void UnloadCustomUI()
        {
            // This is safe, even if no Com Add-Ins were loaded.
            ExcelComAddInHelper.UnloadComAddIns();
            ExcelCommandBarUtil.UnloadCommandBars();
        }