Version

DeleteRow Method (WinGridReplayServerBase)

Delete the row with the specific path; This function gets recorded when stepping out of a TemplateAddRow row without changing any cell, or when the user cancel updates for the added row
Syntax
'Declaration
 
Public Overridable Sub DeleteRow( _
   ByVal row As System.Object _
) 
public virtual void DeleteRow( 
   System.object row
)

Parameters

row
Deleted row path; row object in a grid by string or index
Remarks
This method could be inserted manually and when played back it will delete the specefied row without prompting the end user.
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