←Select platform

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

C#
C++/CLI
Python
public double DefaultColumnWidth { get; set; } 
public:  
   property double DefaultColumnWidth 
   { 
      double get() 
      void set(double value) 
   } 
DefaultColumnWidth # get and set (Sheet) 

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.LEADOffice.Sheet 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.LEADOffice Assembly

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