Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns a new RibbonPosition object that represents the location of a control, group, or tab before a built-in control, group, or tab.
Namespace: Microsoft.Office.Tools.Ribbon
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
Syntax
'Declaration
Function BeforeOfficeId ( _
officeId As String _
) As RibbonPosition
RibbonPosition BeforeOfficeId(
string officeId
)
Parameters
officeId
Type: System.StringThe ID of the built-in control, group, or tab that the RibbonPosition uses to define a relative location for another control, group, or tab.
Return Value
Type: Microsoft.Office.Tools.Ribbon.RibbonPosition
A RibbonPosition object that represents the location of a control, group, or tab before the specified built-in control, group, or tab.
Remarks
Use this method or the AfterOfficeId method to create an RibbonPosition object.
The ID is a name that uniquely identifies a control, group, or tab that is built into a Microsoft Office application. For a list of IDs, see the Microsoft Download Center Web page Office 2010 Help Files: Office Fluent User Interface Control Identifiers.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.