Attachmate.Reflection.Emulation.ALC Namespace > IAlcScreen Interface : ScreenIndexToRow Method |
'Declaration
Function ScreenIndexToRow( _ ByVal screenIndex As Integer _ ) As Integer
'Usage
Dim instance As IAlcScreen Dim screenIndex As Integer Dim value As Integer value = instance.ScreenIndexToRow(screenIndex)
int ScreenIndexToRow( int screenIndex )
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | This exception is thrown if the screenIndex parameter is outside the range of valid values. |