createCell Method

Summary

Creates a new Cell and inserts it into the TableBlock object at the intersection.

Syntax

TypeScript
    createCell(row: number, column: number, options?: EngineOptions, attributes?: Attributes | null, bcell?: Cell | null): Cell; 

Parameters

row

The row that the Cell should be inserted into.

column

The column that the Cell should be inserted into.

options

The EngineOptions object to use when executing this command. This is an optional parameter.

attributes

Any Attributes that belong to the Cell. This is an optional parameter. Can be null.

bcell

The Cell selected to have the new cell created near it.

Return Value

The instance of the created cell.

Remarks

This would be used to insert and create a new cell depending on the options specified.

Requirements

Target Platforms

See Also

TableBlock Object

TableBlock Members

Leadtools.Document.Editor Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Editor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.