CellRange Constructor

Summary

Initializes a new instance of CellRange.

Syntax

TypeScript
JavaScript
CellRange = function( 
   firstRow, 
   lastRow, 
   firstColumn, 
   lastColumn 
) 
constructor( 
   firstRow: number, 
   lastRow: number, 
   firstColumn: number, 
   lastColumn: number 
); 

Parameters

firstRow

Zero-based index of the first row in the cell range.

lastRow

Zero-based index of the last row in the cell range.

firstColumn

Zero-based index of the first column in the cell range.

lastColumn

Zero-based index of the last column in the cell range.

Remarks

The CellRange constructor initializes a new CellRange object with the specified boundaries. The boundaries define a rectangle of cells in a spreadsheet, starting from the firstRow and firstColumn to the lastRow and lastColumn .

This constructor does not perform any operations on the cells within the range itself. It merely defines the range, which can then be used in conjunction with spreadsheet manipulation methods.

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.