Sets or returns the width of the column in points (1/72 of an inch).

 public double Width{ get; set; }
Public Property Width() As Double

          double colWidth = colProps.Width;
          colProps.Width = 100;
        

          Dim colWidth As Double = colProps.Width
          colProps.Width = 100