What is the relationship between Excel column width and pixels?

what is the conversion relationship between 6.88 and 60? Or, if I want to set a column 100 pixels, Range.ColumnWidth =? ? I hope you will not hesitate to give us your advice, thank you!

Jan.21,2022

Excel.Application app= new Excel.Application ();
Excel.Workbooks wbs=app.Workbooks;
Excel.Workbook wb=wbs.add ("D:\ 1.xls")
Excel.Worksheet ws=wb.Wroksheets ["sheet1"]

/ / set the width of column A
ws.Columns ["avanza A", System.Type.Missing] .ColumnWidth = 20
/ / set the width of columns A to B
ws.Columns ["avanza B", System.Type.Missing] .ColumnWidth = 20

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35c14-40ffd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35c14-40ffd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?