Version

GetRowCount Method (UltraGridTestObject)

Returns the number of filtered in child rows for the specified parent row. to get the number of rows in the root band pass in "Nothing" as the parent rows
Syntax
'Declaration
 
Public Function GetRowCount( _
   ByVal ParentRow As Rational.Test.Ft.Script.Subitem _
) As Integer
public int GetRowCount( 
   Rational.Test.Ft.Script.Subitem ParentRow
)

Parameters

ParentRow
The row to count child rows for

Return Value

number of filtered in child rows
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