Column Property

Summary

Gets the column index where the search result is located within the sheet.

Syntax

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

Property Value

A zero-based index of the column.

Remarks

This property identifies the horizontal location within the sheet, allowing specific interactions with the cell containing the search hit.

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.