GemBox.Spreadsheet

ExcelWorksheet.DefaultColumnWidth Property

Gets or sets default column width.

public int DefaultColumnWidth {get; set;}

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

ExcelWorksheet Class | GemBox.Spreadsheet Namespace | ExcelColumn.Width