How can I make a cell more than 2 lines?

I have a table with several columns. I set width of all the columns:
Table productsTable = new Table
{
HorizontalAlignment = HorizontalAlignment.Center,
ColumnWidths = “100 150 50 50 50 50 50”
};

I have a table header row where each cell holds a column title. Some of the titles are longer, and they are wrapped to make 2 lines. But for some of them 2 lines is not enough, so part of the title is cut off. How can I let a header cell hold more than 2 lines?

Thanks.

Figured it out. Just needed to make the row higher.

@dpreznik

Thank you for your kind feedback.

We are glad to know that things are now working fine in your environment. Please feel free to contact us if you need any further assistance.