FlexPivot for WinForms
AddItem(String,Int32) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > AddItem メソッド : AddItem(String,Int32) メソッド
String containing the data for the new row. Items are separated by tab characters by default. You can change the separator character using the ClipSeparators property.
Position where the new row will be inserted.
Adds a row to the grid at a specified position and populates the new row with data.
シンタックス
'宣言
 
Public Overloads Function AddItem( _
   ByVal item As System.String, _
   ByVal index As System.Integer _
) As Row
public Row AddItem( 
   System.string item,
   System.int index
)

パラメータ

item
String containing the data for the new row. Items are separated by tab characters by default. You can change the separator character using the ClipSeparators property.
index
Position where the new row will be inserted.

戻り値の型

A reference to the new row.
参照

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