How to merge first 3 columns for rows with same value in PDF
问题 I'm using itextSharp to export a DataTable to a pdf table. I can export the data to a pdf table using the sample code i have posted below. The DataTable contains close to 21 columns. The first column in the pdf (DataTable) might contain similar values for any number of rows. If the data values in first column for a group of rows is similar, i want to merge the first 3 columns of those rows as one cell. I'm having trouble modifying the code below to achieve this. public iTextSharp.text.Table