Sets or returns whether or not the column will be hidden when the workbook is opened in Excel.

public boolean Hidden{ get; set; }
Public Property Hidden() As Boolean
          bool hideCol = colProps.Hidden;
          colProps.Hidden = false;
        
          Dim hideCol As Boolean = colProps.Hidden
          colProps.Hidden = False