Gets or sets the cell color when not selected.
Object.defineProperty(Cell.prototype, 'unselectedBorderColor',
get: function(),
set: function(value)
)
unselectedBorderColor: string;
A string value that represents the highlighted sub-cell border color.
To change the selected border color, refer to SelectedBorderColor.
The difference between the selected sub-cell and the highlighted sub-cell is that the selected sub-cell are the sub-cell inside a selected cell, but the highlighted sub-cell is the active sub-cell inside a selected cell. To change the highlighted sub-cell color, refer to HighlightedSubCellBorderColor.
To get the selected sub-cell, 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