Click or drag to resize

ExcelWorksheetDefaultColumnWidth Property

Gets or sets default column width.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntax
public int DefaultColumnWidth { 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