Enumerates the directions.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public enum Direction |
| Visual Basic (Declaration) |
|---|
Public Enumeration Direction |
| Visual C++ |
|---|
public enum class Direction |
Members
| Member name | Description | |
|---|---|---|
| RightToLeft | Right to left. | |
| LeftToRight | Left to right. | |
| TopDown | Top-down. | |
| BottomUp | Bottom-up. |