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

Parameters

value
The column bottom border line.

Return Value

The column bottom border line.
Example
This example creates a border.
activeSheet.getColumn(3).borderBottom(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.