Version

GetCell Method (UltraGridTestObject)

Get the full properties list of the specified cell
Syntax
'Declaration
 
Public Function GetCell( _
   ByVal Cell As Rational.Test.Ft.Script.Subitem _
) As Rational.Test.Ft.Sys.HashtableEx
public Rational.Test.Ft.Sys.HashtableEx GetCell( 
   Rational.Test.Ft.Script.Subitem Cell
)

Parameters

Cell
cell subitem to get properties for

Return Value

HashtableEx value that list all properties and their values for the specified cell
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