'宣言 Public Enum DirectionAfterEnterEnum Inherits System.Enum
public enum DirectionAfterEnterEnum : System.Enum
'宣言 Public Enum DirectionAfterEnterEnum Inherits System.Enum
public enum DirectionAfterEnterEnum : System.Enum
| メンバ | 解説 |
|---|---|
| MoveDown | The next cell will be the cell below the current cell. |
| MoveLeft | The next cell will be the cell to the left of the current cell. |
| MoveNone | Cell currency doesn't change. |
| MoveRight | The next cell will be the cell to the right of the current cell. |
| MoveUp | The next cell will be the cell above the current cell. |
System.Object
System.ValueType
System.Enum
C1.Win.C1TrueDBGrid.DirectionAfterEnterEnum