InfoConnect for Airlines VBA Guide
IsAttribute Function (UtsScreen)
Screen row position.
Screen column position.
Tests whether the specified screen location is a field attribute position.
Syntax
object.IsAttribute( _
   ByVal row As Long, _
   ByVal column As Long _
) As Boolean

Parameters

row
Screen row position.
column
Screen column position.

Return Value

The boolean value.
Exceptions
ExceptionDescription
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).
See Also