←Select platform

DefaultRowHeight Property

Summary

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.

Syntax

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

Property Value

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

Remarks

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.

Requirements

Target Platforms

See Also

Sheet Class

Sheet Members

Leadtools.Document.LEADOffice.Sheet Namespace

Help Version 23.0.2024.4.15
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.