Version

GetCellProperty Method (WinGridReplayServer)

Return the value of the specified property for a specific cell in the grid.
Syntax
'Declaration
 
Public Overridable Function GetCellProperty( _
   ByVal row As System.Object, _
   ByVal column As System.Object, _
   ByVal propertyName As System.String _
) As System.Object
public virtual System.object GetCellProperty( 
   System.object row,
   System.object column,
   System.string propertyName
)

Parameters

row
The row path of the cell to be used.
column
The column key of the cell to be used
propertyName
The name of the property to get

Return Value

An object representation of the property value.
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