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

Parameters

value
The text decoration of the style information.

Return Value

The text decoration of the style information.
See Also

Reference

SlicerStyleInfo type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.