Version

GetRow Method (UltraGridTestObject)

Return a list of the specified row's cells text
Syntax
'Declaration
 
Public Function GetRow( _
   ByVal Row As Rational.Test.Ft.Script.Subitem _
) As Rational.Test.Ft.Sys.HashtableEx
public Rational.Test.Ft.Sys.HashtableEx GetRow( 
   Rational.Test.Ft.Script.Subitem Row
)

Parameters

Row
The row Subitem to return data for

Return Value

HashtableEx value that list all visible cells text for the specified row
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also