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

Parameters

value
The row left border line.

Return Value

The row left border line.
Example
This example sets the row border.
activeSheet.getRow(2).borderLeft(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.