Attachmate.Reflection.Emulation.OpenSystems Namespace > IScreen Interface : GetCharacterAttributes Method |
'Declaration
Function GetCharacterAttributes( _ ByVal row As Integer, _ ByVal column As Integer _ ) As CharacterAttributes
'Usage
Dim instance As IScreen Dim row As Integer Dim column As Integer Dim value As CharacterAttributes value = instance.GetCharacterAttributes(row, column)
CharacterAttributes GetCharacterAttributes( int row, int column )