LastCellIndex Property

Summary

Obtains the index of the last non-empty cell within the row.

Syntax

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

Property Value

A zero-based index of the row's last non-empty cell.

Remarks

The LastCellIndex property, in conjunction with FirstCellIndex, provides a comprehensive view of the data distribution within a row, facilitating efficient data processing and manipulation.

Requirements

Target Platforms

See Also

Row Class

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