GetRowHeightInPixel Method

Summary

Retrieves the height of a specified row within the sheet.

Syntax

TypeScript
JavaScript
Sheet.prototype.getRowHeightInPixel = function( 
   rowIndex 
) 
getRowHeightInPixel( 
   rowIndex: number 
): number; 

Parameters

rowIndex

A zero-based index of the row whose height is to be retrieved.

Return Value

The height of the specified row in pixels.

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.