Parameters
- String text
- String of keys to send to the presentation space.
- Long row
- Target row within the presentation space. This parameter is optional. If the parameter is not specified, the location defaults to the current cursor row position. If row is specified, col must also be specified.
- Long col
- Target column within the presentation space. This parameter is optional. If the parameter is not specified, the location defaults to the current cursor column position. If col is specified, row must also be specified.
Input Parameters:
- BSTR text String of keys to send to the Presentation Space.
- Long row Row position to send keys to the Presentation Space.
- Long col Column position to send keys to the Presentation Space.