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

Parameters

value
The row right border line.

Return Value

The row right border line.
Example
This example sets the row border.
activeSheet.getRow(2).borderRight(new GcSpread.Sheets.LineBorder("green", GcSpread.Sheets.LineStyle.mediumDashed));
See Also

Reference

Row type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.