GetRowAt Method

Summary

Retrieves the row at the specified index within the sheet.

Syntax

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

Parameters

rowIndex

A zero-based index of the row to retrieve from the sheet.

Return Value

The Row at the specified index. This object facilitates further actions on the row's contents, such as data entry, formatting adjustments, or querying row characteristics.

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.