Verastream Host Integrator .Net Reference

TerminalScreen.GetTextRow Method 

This method supports the Verastream .NET API framework and is not intended to be used directly in your code.

[Visual Basic]
Public Function GetTextRow( _
   ByVal row As Integer _
) As String
[C#]
public string GetTextRow(
   int row
);

Parameters

row
See Remarks.

Return Value

See Remarks.

Remarks

This method supports the Verastream .NET API framework and is not intended to be used directly in your code.

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionThrown when the index argument value is out of range.

See Also

TerminalScreen Class | TerminalScreen Members | WRQ.Verastream.HostIntegrator Namespace