SpreadJS Documentation
font Method
The font of the style information.
Gets or sets the font 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.font(value);
function font( 
   value : number
) : number;

Parameters

value
The font of the style information.

Return Value

The font of the style information.
See Also

Reference

SlicerStyleInfo type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.