I have a cell that I want to autosize the row verticle base on it's contents. It contains text that may include crlf and I want the contents to autosize the height of that row so all text is visible upto a max height. How can I do this?
row.PerformAutoSize();
Note that CellMultiLine on the column must be set to true in order for this method to honor line breaks.