| 
 | 
 | 
 | 
| 
        | EditNavigateEnum Enumeration | 
Defines the direction when using the EditNavigate method.
Syntax EditNavigateEnum Enumeration (Softelvdm.SftTreeNET)
| VB | Public Enum EditNavigateEnum | 
| C# | public enum EditNavigateEnum | 
| C++ | public enum class EditNavigateEnum | 
| Member | Value | Description | 
| Up | 1 | The next cell above the current cell. | 
| Down | 2 | The next cell below the current cell. | 
| Left | 3 | The cell to the left of the current cell. | 
| Right | 4 | The cell to the right of the current cell. | 
| Home | 5 | The first editable cell in the control. | 
| End | 6 | The last editable cell in the control. | 
Comments
The EditNavigateEnum enumeration defines the direction when using the EditNavigate method.