DefaultColumnWidth Property

Summary

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.

Syntax

TypeScript
JavaScript
Object.defineProperty(Sheet.prototype, 'defaultColumnWidth', 
	get: function(), 
	set: function(value) 
) 
defaultColumnWidth: number; 

Property Value

A double-precision floating-point number representing the default width of columns in the sheet, measured in points.

Remarks

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.

Requirements

Target Platforms

See Also

Sheet Class

Sheet Members

Leadtools.Document.SheetEditor Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.SheetEditor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.