FirstRow Property

Summary

Gets the first row in a specified range of cells within a sheet that identifies the vertical starting boundary in a spreadsheet.

Syntax

TypeScript
JavaScript
Object.defineProperty(CellRange.prototype, 'firstRow', 
	get: function() 
) 
firstRow: number; // read-only 

Property Value

The index of the first row in the cell range.

Remarks

The FirstRow property provides access to the index of the first row in a specified cell range. The indexing is zero-based, meaning the first row of the spreadsheet is denoted as 0.

Requirements

Target Platforms

See Also

CellRange Class

CellRange 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.