Version

SetCellData Method (WinGridReplayServer)

Sets the contents of a cell with the specified string
Syntax
'Declaration
 
Public Overridable Sub SetCellData( _
   ByVal row As System.Object, _
   ByVal column As System.Object, _
   ByVal strValue As System.String _
) 
public virtual void SetCellData( 
   System.object row,
   System.object column,
   System.string strValue
)

Parameters

row
A specified row object in a grid by string or index
column
A specified column object in a grid by key or index
strValue
String of the cell value
Remarks

Row is an extended row path string or row index(only for a top level band). Column is a column key or column index. StrValue is a string representation of the new cell 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