←Select platform

GetRowHeightInPixel Method

Summary

Retrieves the height of a specified row within the sheet.

Syntax

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

Parameters

rowIndex

An int specifying the zero-based index of the row whose height is to be retrieved.

Return Value

An integer representing the height of the specified row in pixels.

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.