バージョン

AddRow メソッド (WinGridReplayServerBase)

新しい行をグリッド バンドに追加します。
シンタックス
'宣言
 
Public Overridable Sub AddRow( _
   ByVal addButtonCaption As System.String, _
   ByVal rowPath As System.String _
) 
public virtual void AddRow( 
   System.string addButtonCaption,
   System.string rowPath
)

パラメータ

addButtonCaption
行の追加で使用された [Add] ボタン
rowPath
RowPath は追加された行へのパスです。この引数に対しては空の文字列だけを指定できます。
プラットフォーム

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

参照