Browse By Tags

  • How to hide columns in excel

    I need to hide a column in the excel output file I create through a .NET program.

    I have tried  worksheetcolumn.hidden = true, but nothing happens. Is there way to hide entire excel columns?

    I am using Infra.Excel.V6.3 with .NET 2.0 and c#.