expression.PutText2( _ ByVal text As String, _ ByVal row As Integer, _ ByVal column As Integer _ ) As ReturnCode
Parameters
- text
- The text to place on the screen.
- row
- The row of the screen location to put the text in.
- column
- The column of the screen location to put the text in.
Return Value
One of the following ReturnCode enum values.
| Member | Description |
|---|---|
| Cancelled | Cancelled. |
| Error | Error. |
| PermissionRequired | Permission is required. |
| Success | Success. |
| Timeout | Timeout condition. |
| Truncated | The text is truncated. |