SpreadJS Documentation
borderRight Method
The column right border line.
Gets or sets the right border for the column.
Syntax
var instance = new GcSpread.Sheets.Column(sheet, index, sheetArea);
var returnValue; // Type: LineBorder
returnValue = instance.borderRight(value);
function borderRight( 
   value : LineBorder
) : LineBorder;

Parameters

value
The column right border line.

Return Value

The column right border line.
Example
This example creates a border.
activeSheet.getColumn(3).borderRight(new GcSpread.Sheets.LineBorder("blue", GcSpread.Sheets.LineStyle.mediumDashed));
See Also

Reference

Column type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.