MsoBarRow Enumeration
Specifies whether a command bar is in the first row or last row relative to other command bars in the same docking area.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoBarRow
'Usage
Dim instance As MsoBarRow
public enum MsoBarRow
Members
Member name | Description | |
---|---|---|
msoBarRowFirst | First row of docking area. | |
msoBarRowLast | Last row of docking area. |