Inserts a new column into the TableBlock object relative to a specified Cell.
insertColumn(cell: Cell, location: ColumnLocation, createCellCallback: (cell: Cell) => void, options?: EngineOptions): void;
cell
The Cell to use as a reference when inserting the column.
location
The ColumnLocation where the column should be inserted relative to the Cell.
createCellCallback
The Callback function to execute for each cell in the inserted column for consistency among the new and old cells.
options
The EngineOptions object to use when executing this command.
This would be used to add in a new column to a table while also being able to keep table formatting to the new cells added.
Leadtools.Document.Editor Namespace
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document