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

Parameters

value
The column top border line.

Return Value

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