matchedCells Property

Summary

Gets the cells that are matched.

Syntax

JavaScript Syntax
Object.defineProperty(MedicalViewer.prototype, 'matchedCells', 
	get: function() 
) 
TypeScript Syntax
matchedCells: { [key: string]: Cell[] }; // read-only 

Property Value

A dictionary that contains the matched cells.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly