find out if there are hidden columns in excel
- by ps
Hi all,
I need to know if there hidden columns in the excel sheet.
i used use the following which worked fine and then suddenly it stopped working.now it always returns false.
bool.Parse(worksheet.PageSetup.Application.Columns.Hidden.ToString())
TIA
excel 2007
.net 3.5