サンプルコード
GcMultiRow1.Rows(0).Cells(0).Value = New Bitmap("test.bmp")
gcMultiRow1.Rows[0].Cells[0].Value = new Bitmap(@"test.bmp");
アイコン型のデータを使用するには、ImageCell.ValueIsIconプロパティをTrueに設定します。
GcMultiRow1.Rows(0).Cells(0).Value = New Bitmap("test.bmp")
gcMultiRow1.Rows[0].Cells[0].Value = new Bitmap(@"test.bmp");