Column hiding in linq reporting

Hi Team, I want to hide column of table (Col 4) as per attached image. Due to above cell (header Column) is merged, how can I hide column here?

@manojdesai272 Could you please attach your template, sample data and code here for testing? We will check them and provide you more information.

It looks like you can achieve this using column conditional blocks. Please see our documentation for more information:
https://docs.aspose.com/words/net/using-conditional-blocks/#working-with-table-column-conditional-blocks

In general, in MS Word tables there is no “column” concept, all rows in the tables are independent and can contain any number of cells. To remove a particular “column” you should remove cells with the same index from each row. Please see our documentation for more information:
https://docs.aspose.com/words/net/working-with-columns-and-rows/

@alexey.noskov , or is there way to create tables in word with excel?

@manojdesai272 There is no way to create table in MS Word document using Excel, since they are different applications. However, you can import data from Excel to Word by recreating tables structure and putting the data from original Excel table into MS Word document.