MsoBarRow Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether a command bar is in the first row or last row relative to other command bars in the same docking area.
public enum class MsoBarRow
public enum MsoBarRow
type MsoBarRow =
Public Enum MsoBarRow
- Inheritance
-
MsoBarRow
Fields
Name | Value | Description |
---|---|---|
msoBarRowLast | -1 | Last row of docking area. |
msoBarRowFirst | 0 | First row of docking area. |