Version

GetNodeCells Method

This action will return a string list of the cells in the specified node see supported subitem for passing in the parameter
Syntax
'Declaration
 
Public Function GetNodeCells( _
   ByVal Node As Rational.Test.Ft.Script.Subitem _
) As Rational.Test.Ft.Sys.HashtableEx
public Rational.Test.Ft.Sys.HashtableEx GetNodeCells( 
   Rational.Test.Ft.Script.Subitem Node
)

Parameters

Node
The node to get cell information for

Return Value

HashtableEx object that lists the Text property of each cells inside the specified node
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