If e.Col.name= "展示" AndAlso e.Row("第二列") > "" Then If FileSys.FileExists(ProjectPath & "Attachments/" & e.Row("第二列")) e.StartDraw e.Graphics.DrawImage(getimage(Projectpath & "Attachments/" & e.Row("第二列")), e.x + 2,e.y + 2, e.width, e.height) e.EndDraw End If End If