SpreadJS Documentation
textDecoration Field
Indicates the text decoration of the table.
Syntax
var instance = new GcSpread.Sheets.TableStyleInfo(backColor,
                                                 foreColor,
                                                 font,
                                                 borderLeft,
                                                 borderTop,
                                                 borderRight,
                                                 borderBottom,
                                                 borderHorizontal,
                                                 borderVertical,
                                                 textDecoration);
var value; // Type: TextDecorationType
value = instance.textDecoration;
var textDecoration : TextDecorationType;
See Also

Reference

TableStyleInfo type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.