RibbonPanel.Reposition Method
Parent Object: RibbonPanelDescription
Method that moves the RibbonPanel to a new location within the ribbon tab.
Syntax
RibbonPanel.Reposition( TargetPanelInternalName As String, InsertBeforeTargetPanel As Boolean )Parameters
Name | Type | Description |
TargetPanelInternalName | String | Input String that specifies the \internal name of an existing panel to reposition the panel next to. The InsertBeforeTargetPanel argument indicates whether to reposition the panel before or after the target panel. |
InsertBeforeTargetPanel | Boolean | Input Boolean that specifies whether to reposition the panel before or after the target ribbon panel. |