FirstColumn Property

Summary

Gets the first column in a specified range of cells within a sheet that identifies the starting boundary of a cell range along the horizontal axis of a spreadsheet.

Syntax

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

Property Value

The index of the first column in the cell range.

Remarks

The FirstColumn property returns the index of the first column in a specified range of cells. This index is zero-based, meaning the first column in the spreadsheet is represented 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.