custom borders can be put around specific columns with help of Range().style() method.
Example:
grid.Range("B:B").style("border-left", "1px dotted red");
grid.Range("B:B").style("border-right", "1px dotted red");
columnBorders property is to draw borders around all columns.