Worksheet.DefaultColumnWidth Property

PicoXLSX

PicoXLSX

WorksheetDefaultColumnWidth Property

Gets or sets the default column width

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public float DefaultColumnWidth { get; set; }

Property Value

Type: Single
Exceptions
ExceptionCondition
RangeExceptionThrows a RangeException exception if the passed width is out of range (set)
See Also