[]
        
(Showing Draft Content)

Set Widget Border

SpreadJS allows you to set the widget's border using CSS.



Using Code

This sample sets a border using CSS.

// Changing the border using css.
.spread
{
    border-style: solid;
    border-width: 1px;
    border-color: red;
}