We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2300754 commit 7052fb7Copy full SHA for 7052fb7
Ribbon/RibbonController.cs
@@ -10,7 +10,7 @@ public class RibbonController : ExcelRibbon
10
public override string GetCustomUI(string RibbonID)
11
{
12
return @"
13
- <customUI xmlns='http://schemas.microsoft.com/office/2006/01/customui' loadImage='LoadImage'>
+ <customUI xmlns='http://schemas.microsoft.com/office/2006/01/customui'>
14
<ribbon>
15
<tabs>
16
<tab id='tab1' label='My Tab'>
0 commit comments