merged cell aoto fit in c# [modified]
-
I am writing a program in that populates an Excel spreadsheet. I know that it is not possible to have autoheight or autofit on merged cells. I need the height of the row to expand to fit an undetermined amount of text. I wonder if anyone has code to get around this problem. I need to find a way to get around this problem and fast. Anyone found a way around it?
modified on Wednesday, October 15, 2008 5:00 AM
-
I am writing a program in that populates an Excel spreadsheet. I know that it is not possible to have autoheight or autofit on merged cells. I need the height of the row to expand to fit an undetermined amount of text. I wonder if anyone has code to get around this problem. I need to find a way to get around this problem and fast. Anyone found a way around it?
modified on Wednesday, October 15, 2008 5:00 AM
You really have you languages screwed up. Title C#, content VB.net, target VBA. The cell will have a wrap text property which you will need to set.
Never underestimate the power of human stupidity RAH
-
You really have you languages screwed up. Title C#, content VB.net, target VBA. The cell will have a wrap text property which you will need to set.
Never underestimate the power of human stupidity RAH