←Select platform

SetRowHeightInPixel Method

Summary

Adjusts the height of a specified row within the sheet, measured in pixels.

Syntax

C#
C++/CLI
Python
public void SetRowHeightInPixel( 
   int rowIndex, 
   int height 
) 
public:  
   void SetRowHeightInPixel( 
      Int32 rowIndex, 
      Int32 height 
   ) 
def SetRowHeightInPixel(self,rowIndex,height): 

Parameters

rowIndex

A zero-based index of the row.

height

The new height, in pixels.

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.