SpreadJS Documentation
borderRight Method
The cell right border line.
Gets or sets the right border of the cell.
Syntax
var instance = new GcSpread.Sheets.Cell(sheet, row, col, sheetArea);
var returnValue; // Type: LineBorder
returnValue = instance.borderRight(value);
function borderRight( 
   value : LineBorder
) : LineBorder;

Parameters

value
The cell right border line.

Return Value

The cell right border line.
Example
This example creates a border.
activeSheet.getCell(1,1).borderRight(new GcSpread.Sheets.LineBorder("red", GcSpread.Sheets.LineStyle.double));
See Also

Reference

Cell type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.