textComponent.SetCaretPosition(index)
                  textComponent.SetCaretPosition(index)
                  | Variable | Description | 
|---|---|
| index | New position of the text insertion caret. The value is zero-based. Integer. | 
VB
textComponent.SetCaretPosition(7)