XlDirection 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 the direction in which to move.
public enum class XlDirection
public enum XlDirection
Public Enum XlDirection
- Inheritance
-
XlDirection
Fields
Name | Value | Description |
---|---|---|
xlUp | -4162 | Up. |
xlToRight | -4161 | To right. |
xlToLeft | -4159 | To left. |
xlDown | -4121 | Down. |