Initializes a new Cell class object with explicit parameters.
EmptyCell = function(manager,viewer,id,rowPosition,columnPosition)
constructor(manager: LayoutManager,viewer: MedicalViewer,id: string,rowPosition: number,columnPosition: number);
manager
The parent manager.
viewer
The parent viewer
id
The empty cell div element id
rowPosition
Initial row position, if the medical viewer is set to Grid, set to -1 will let the viewer detect the row position.
columnPosition
Initial column position, if the medical viewer is set to Grid, set to -1 will let the viewer detect the row position.
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
