'宣言 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
 - 指定されたセルの新しいデータ。