Gets or sets the default width for columns within the sheet. This property specifies the standard width applied to columns in the absence of specific column width settings.
Object.defineProperty(Sheet.prototype, 'defaultColumnWidth',
get: function(),
set: function(value)
)
A double-precision floating-point number representing the default width of columns in the sheet, measured in points.
Adjusting the DefaultColumnWidth property is a key aspect of sheet layout optimization, impacting the readability and presentation of data within the sheet. This property offers a straightforward means to set a uniform standard for column widths, enhancing the visual consistency of the document.