【发布时间】:2020-12-14 09:22:29
【问题描述】:
注意:我想将按钮对齐到“右侧”。现在,按钮显示在左侧!我试过'style'属性,但没用!
<customUI xmlns = "http://schemas.microsoft.com/office/2009/07/customui">
<tab id = "Tab" label="Macros">
<group id = "Screener" label = "Search!">
<button
id = "ScreenerAddInMSExcel"
label = "Screener"
image = "Screener_Icon"
size = "large"
style="float: right"
onAction = "GetDataFromScreener"/>
</group>
</tab>
</tabs>
【问题讨论】:
-
据我所知没有'style'属性。
-
@freeflow - 是的....
标签: html excel xml vba ribbonx