SpreadJS Documentation
width Method
The border line.
Gets the width of the current border line.
Syntax
var instance = new GcSpread.Sheets.LineBorder(color, style);
var value; // Type: number
value = instance.width(border);
function width( 
   border : LineBorder
) : number;

Parameters

border
The border line.

Return Value

The width of the border line.
See Also

Reference

LineBorder type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.