Version

GetSelectedRows Method (UltraComboTestObject)

Get a list of selected rows under the specified parent row. For selected rows in the root band pass in Nothing as the Parent row
Syntax
'Declaration
 
Public Function GetSelectedRows( _
   ByVal ParentRow As Rational.Test.Ft.Script.Subitem _
) As Array2DValue
public Array2DValue GetSelectedRows( 
   Rational.Test.Ft.Script.Subitem ParentRow
)

Parameters

ParentRow
The parent row to get selected child rows

Return Value

HashtableEx value that lists selected child rows under the specified parent 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