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

Parameters

value
The column left border line.

Return Value

The column left border line.
Example
This example creates a border.
activeSheet.getColumn(3).borderLeft(new GcSpread.Sheets.LineBorder("blue", GcSpread.Sheets.LineStyle.mediumDashed));
See Also

Reference

Column type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.