merge Method

Summary

Merges all Cell objects in the provided range together.

Syntax

TypeScript
    merge(from: CellPoint, to: CellPoint, options?: EngineOptions): Cell | null; 

Parameters

from

The CellPoint of the starting Cell.

to

The CellPoint of the ending Cell.

options

The EngineOptions object to use when executing this command.

Return Value

The Cell used as the Anchor for the merge.

Remarks

This would be used to combine the cells in a selected range in a table into one big cell.

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.