Gets or sets the default height for rows within the sheet. This property defines the standard height applied to rows in the absence of specific row height settings.
Object.defineProperty(Sheet.prototype, 'defaultRowHeight',
get: function(),
set: function(value)
)
A double-precision floating-point number representing the default height of rows in the sheet, measured in points.
The DefaultRowHeight property plays a crucial role in establishing the sheet's appearance and readability. By setting a default row height, you can ensure that the sheet has a consistent look and feel, which is particularly important for documents that are printed or shared across different platforms.