Attachmate.Reflection.Emulation.IbmHosts Namespace > IIbmScreen Interface > PutText Method : PutText(String,Int32,Int32) Method |
'Declaration
Overloads Function PutText( _ ByVal text As String, _ ByVal row As Integer, _ ByVal column As Integer _ ) As ReturnCode
'Usage
Dim instance As IIbmScreen Dim text As String Dim row As Integer Dim column As Integer Dim value As ReturnCode value = instance.PutText(text, row, column)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | This exception is thrown if the row or column parameters are outside the range of valid values: (1 to Rows) or (1 to Columns). |