GetCellAt Method

Summary

Retrieves the cell located at the specified column index within the row.

Syntax

TypeScript
JavaScript
Row.prototype.getCellAt = function( 
   index 
) 
getCellAt( 
   index: number 
): Cell; 

Parameters

index

A zero-based column index of the cell to retrieve from the row.

Return Value

The Cell at the specified index.

Remarks

If no cell exists at the index (e.g., the cell has not been initialized or is empty), null will be returned.

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.