Version

DefaultColumnWidth Property (Worksheet)

Gets or sets the default column width including padding, in 256ths of the '0' digit character width in the workbook's default font.
Syntax
public int DefaultColumnWidth {get; set;}

Property Value

The default column width including padding, in 256ths of the '0' digit character width in the workbook's default font.
Remarks

The default column width is the width of all columns which do not have their width set.

The value assigned must be between 0 and 65535. Invalid values will be automatically adjusted to valid values.

Setting or getting this property is equivalent to calling SetDefaultColumnWidth(Double,WorksheetColumnWidthUnit) or GetDefaultColumnWidth using the WorksheetColumnWidthUnit value of Character256th.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also