LastColumn Property

Summary

Gets the index of the last column in a specified range of cells within a sheet.

Syntax

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

Property Value

The index of the last column in the cell range.

Remarks

The LastColumn property provides the index of the last column in a cell range, adhering to zero-based indexing, where the spreadsheet's first column is indexed 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.