Change the number or sub-cell inside the cell.
Cell.prototype.updateSubCellCount = function(
newCount
)
updateSubCellCount(
newCount: number
): void;
newCount
The new sub-cell count.
This value cannot be zero.
Use this method only if Arrangement to Custom because all the other arrangement update the count internally, and does not need the user input.
To change the position of each sub-cell, refer to ViewLayout.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET