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

Parameters

value
The cell bottom border line.

Return Value

The cell bottom border line.
Example
This example creates a border.
activeSheet.getCell(1,1).borderBottom(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.