CreateCell Method

Summary

Creates a new cell at the specified column index within the row. Enables the dynamic addition of cells, facilitating data entry, formatting, and other cell-level operations within the context of a specific row in an Excel sheet.

Syntax

TypeScript
JavaScript
Row.prototype.createCell = function( 
   columnIndex 
) 
createCell( 
   columnIndex: number 
): Cell; 

Parameters

columnIndex

A zero-based column index at which the new cell will be created.

Return Value

An instance of the Cell class representing the newly created cell at the specified column index.

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.