Creates a new Cell and inserts it into the TableBlock object at the intersection.
createCell(row: number, column: number, options?: EngineOptions, attributes?: Attributes | null, bcell?: Cell | null): Cell;
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.
The instance of the created cell.
This would be used to insert and create a new cell depending on the options specified.
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