Gets or sets whether the sub-cell is selected.
Object.defineProperty(SubCell.prototype, 'selected',
get: function(),
set: function(value)
)
selected: boolean;
true if the sub-cell is selected, false if the sub-cell is not selected.
Selection of the sub-cell can be either through this property, or by clicking the sub-cell using the mouse or the touch, it also can be done by adding this instance to the SelectedItems collection.
To get a list of the selected sub-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