insertRow Method

Summary

Inserts a new row into the TableBlock object relative to a specified Cell.

Syntax

TypeScript
    insertRow(cell: Cell, location: RowLocation, options?: EngineOptions): void; 

Parameters

cell

The Cell to use as a reference when inserting the row.

location

The RowLocation where the row should be inserted relative to the Cell.

options

The EngineOptions object to use when executing this command.

Remarks

This would be used to add in a new row to a table.

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.