MultiColumnCombo for WinForms
SetItemData メソッド (ISupportUnboundMode)

C1.Win.Input.MultiColumnCombo.6 アセンブリ > C1.Win.Input.MultiColumnCombo 名前空間 > ISupportUnboundMode インターフェース : SetItemData メソッド
セルの行インデックス。
セルの列インデックス。
指定されたセルの新しいデータ。
非連結モードで、セルデータを更新します。
シンタックス
'宣言
 
Sub SetItemData( _
   ByVal rowIndex As System.Integer, _
   ByVal columnIndex As System.Integer, _
   ByVal data As System.String _
) 
void SetItemData( 
   System.int rowIndex,
   System.int columnIndex,
   System.string data
)

パラメータ

rowIndex
セルの行インデックス。
columnIndex
セルの列インデックス。
data
指定されたセルの新しいデータ。
参照

ISupportUnboundMode インターフェース
ISupportUnboundMode メンバ