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

Parameters

value
The cell left border line.

Return Value

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