InfoConnect for Unisys VBA Guide
IsAttribute Function (T27Screen)
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

True if the coordinate is a field attribute position, false if not
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

 

 


2015 Attachmate

Send Feedback