'Declaration
Public Overridable Sub OpenRowEditTemplate( _
ByVal row As System.Object, _
Optional ByVal method As System.Object _
)
public virtual void OpenRowEditTemplate(
System.object row,
System.object method
)
Parameters
row
Row is an extended row path string or row index
method
QuickTest Professional Enumeration that designates how the RowEditTemplate will be opened.
Remarks
Valid values for the enumeration are: Recordable values if the RowEditTemplateUIType of the Row corresponds: EnterEditMode - Used to open the RowEditTemplate by entering edit mode of a cell. RowSelectors - Used to open the RowEditTemplate by clicking on the RowSelector element. Replayable only values: {empty} - By leaving the parameter empty it will attempt any valid UI method Manual - Used to cover any fringe cases, will call the Row's RowEditTemplate.Show method manually.
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