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

Parameters

value
The row bottom border line.

Return Value

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

Reference

Row type
Setting Borders and Gridlines

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.