ExcelWorksheetDefaultColumnWidth Property |
Gets or sets default column width.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntaxpublic int DefaultColumnWidth { get; set; }
Public Property DefaultColumnWidth As Integer
Get
Set
Property Value
Int32
Remarks
Unit is 1/256th of the width of the zero character in default font. This value is used as width for columns
which don't have
ExcelColumn.Width property explicitly set.
See Also