andrewducker (
andrewducker) wrote2010-06-30 12:19 pm
I don't know how I got any work done before the internet
I was writing something to automatically produce an Excel report on our DB2 usage, and I wanted to automatically resize the columns. A quick google for excel autosize columns c# and the second hit told me the answer was "Worksheet.UsedRange.Columns.AutoFit();"
I could go and try and find the answer via the help files, but I suspect I'd be looking for a while. Google really is my best friend when coding. Well, that and Resharper.
I could go and try and find the answer via the help files, but I suspect I'd be looking for a while. Google really is my best friend when coding. Well, that and Resharper.
no subject
no subject
no subject
no subject
I've pretended to have lots of skillsets thanks to pasting code from forums. ;)