XlArrangeStyle 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 how windows are arranged on the screen.
public enum class XlArrangeStyle
public enum XlArrangeStyle
Public Enum XlArrangeStyle
- Inheritance
-
XlArrangeStyle
Fields
Name | Value | Description |
---|---|---|
xlArrangeStyleVertical | -4166 | Windows are arranged vertically. |
xlArrangeStyleHorizontal | -4128 | Windows are arranged horizontally |
xlArrangeStyleTiled | 1 | default. Windows are tiled. |
xlArrangeStyleCascade | 7 | Windows are cascaded. |