<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 50: Insert cell in a table</title><link>https://sourceforge.net/p/itextdotnet/support-requests/50/</link><description>Recent changes to 50: Insert cell in a table</description><atom:link href="https://sourceforge.net/p/itextdotnet/support-requests/50/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 01 Apr 2009 14:48:50 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/itextdotnet/support-requests/50/feed.rss" rel="self" type="application/rss+xml"/><item><title>Insert cell in a table</title><link>https://sourceforge.net/p/itextdotnet/support-requests/50/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;hello ... i use VB.NET i have this problem ...&lt;/p&gt;
&lt;p&gt;I have write this code but when i debug the page have this error : Impossible convert com.lowagie.text.cell in com.lowagie.text.pdf.pdfpcell&lt;/p&gt;
&lt;p&gt;Dim My_Image_Peso As Image = Image.getInstance(My_FilePath &amp;amp; "/Catalog_Weigh.jpg")&lt;br /&gt;
Dim My_Cell As New Cell()&lt;/p&gt;
&lt;p&gt;My_Cell.add(My_Image_Peso)&lt;br /&gt;
My_Cell.add(New Phrase(New Chunk(My_DataView(i)("Peso").ToString, New Font(My_BaseFont, 8, Font.NORMAL, Drawing.Color.Black))))&lt;/p&gt;
&lt;p&gt;My_Table = New PdfPTable(1)&lt;br /&gt;
My_Table.getDefaultCell().setBorderWidth(0)&lt;br /&gt;
My_Table.getDefaultCell().setHorizontalAlignment(Element.ALIGN_LEFT)&lt;br /&gt;
My_Table.addCell(My_Cell)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefano Guidetti</dc:creator><pubDate>Wed, 01 Apr 2009 14:48:50 -0000</pubDate><guid>https://sourceforge.nete0a6bc7e12ef2f9a840fceb2b1adc20bf3d0741d</guid></item></channel></rss>