True DBGrid for WinForms
AddRow(String,Char) メソッド

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid.BaseGrid 名前空間 > Frame クラス > AddRow メソッド : AddRow(String,Char) メソッド
The data used to populate the new row.
Character used to separate the data fields.
Adds a row to an unbound grid.
シンタックス
'宣言
 
Public Overloads Overridable Function AddRow( _
   ByVal data As System.String, _
   ByVal separator As System.Char _
) As System.Integer
public virtual System.int AddRow( 
   System.string data,
   System.char separator
)

パラメータ

data
The data used to populate the new row.
separator
Character used to separate the data fields.

戻り値の型

The index of the row that was added.
参照

Frame クラス
Frame メンバ
オーバーロード一覧