Version

GetColumn Method (UltraGridTestObject)

Get the data of the specified column as a list of strings
Syntax
'Declaration
 
Public Function GetColumn( _
   ByVal Cell As Rational.Test.Ft.Script.Subitem _
) As Rational.Test.Ft.Sys.HashtableEx
public Rational.Test.Ft.Sys.HashtableEx GetColumn( 
   Rational.Test.Ft.Script.Subitem Cell
)

Parameters

Cell
The cell sub item for any cell in the column you want to get value for.

Return Value

List of Text that represent the cells value on the specified column
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