EmptyCell Constructor

Summary

Initializes a new Cell class object with explicit parameters.

Syntax
TypeScript
JavaScript
EmptyCell = function( 
   manager, 
   viewer, 
   id, 
   rowPosition, 
   columnPosition 
) 
constructor( 
   manager: LayoutManager, 
   viewer: MedicalViewer, 
   id: string, 
   rowPosition: number, 
   columnPosition: number 
); 

Parameters

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.

Requirements

Target Platforms

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.