SpreadJS Documentation
borderLeft Method
The left border of the style information.
Gets or sets the left border of the style information.
Syntax
var instance = new GcSpread.Sheets.SlicerStyleInfo(backColor,
                                                  foreColor,
                                                  font,
                                                  borderLeft,
                                                  borderTop,
                                                  borderRight,
                                                  borderBottom,
                                                  textDecoration);
var returnValue; // Type: number
returnValue = instance.borderLeft(value);
function borderLeft( 
   value : number
) : number;

Parameters

value
The left border of the style information.

Return Value

The left border of the style information.
See Also

Reference

SlicerStyleInfo type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.