GcMultiRow1.Rows(0).Cells(0).Value = New Bitmap("test.bmp")
gcMultiRow1.Rows[0].Cells[0].Value = new Bitmap(@"test.bmp");
© 2008 GrapeCity inc. All rights reserved.