Row Property

Summary

Gets the row index where the search result that is located within the sheet.

Syntax

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

Property Value

A zero-based index of the row.

Remarks

The row position is relative to the top of the sheet, starting from index 0.

Requirements

Target Platforms

See Also

SearchResult Class

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