GcMultiRow1.Rows(0).Cells(0).Style.Image = New Bitmap("test.png")
gcMultiRow1.Rows[0].Cells[0].Style.Image = new Bitmap(@"test.png");
Imports GrapeCity.Win.MultiRow GcMultiRow1.Rows(0).Cells(0).Style.ImageAlign = MultiRowContentAlignment.BottomCenter
using GrapeCity.Win.MultiRow; gcMultiRow1.Rows[0].Cells[0].Style.ImageAlign = MultiRowContentAlignment.BottomCenter;
© 2008 GrapeCity inc. All rights reserved.