'Declaration Public Sub SetColumnWidth( _ Optional ByVal columnIndex As Integer, _ Optional ByVal width As Double, _ Optional ByVal fixWidth As Boolean _ )
Parameters
- columnIndex
- The index of the column.
- width
- The width to apply (in points).
- fixWidth
- true to fix the column width. When false, adding new columns may reduce all column's width to fit on page.