Gets or sets a value that determines whether to allow the user to do multiple cell selection.
Object.defineProperty(MedicalViewer.prototype, 'multipleSelection',
get: function(),
set: function(value)
)
multipleSelection: boolean;
true to allow multiple selection, false otherwise.
You can do multiple selection by holding down the ctrl button.
To get a list of the selected cells, refer to SelectedItems.
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