Version

AddRow Method (WinGridReplayServer)

Adds a new row to the grid band
Syntax
'Declaration
 
Public Overridable Sub AddRow( _
   ByVal addButtonCaption As System.String, _
   ByVal rowPath As System.String _
) 
public virtual void AddRow( 
   System.string addButtonCaption,
   System.string rowPath
)

Parameters

addButtonCaption
The add button used to add a row
rowPath
RowPath is the path to the added row. You can specify just an empty string for this argument.
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