CloneCell Method

Summary

Returns a copy of the cell.

Syntax
C#
VB
C++
  
Public Overridable Function CloneCell( _ 
   ByVal cell As MedicalViewerMultiCell _ 
) As MedicalViewerMultiCell 
public: 
virtual MedicalViewerMultiCell^ CloneCell(  
   MedicalViewerMultiCell^ cell 
)  

Parameters

cell
The Leadtools.MedicalViewer.MedicalViewerMultiCell that you are making a copy of.

Return Value

A new Leadtools.MedicalViewer.MedicalViewerMultiCell that is a copy of cell.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation.Loader Assembly