Spread.Sheets Documentation
textDecoration Field
GC.Spread.Sheets.Tables Namespace > TableStyle type : textDecoration Field
Indicates the text decoration of the table.
Syntax
var instance = new GC.Spread.Sheets.Tables.TableStyle(backColor,
                                                     foreColor,
                                                     font,
                                                     borderLeft,
                                                     borderTop,
                                                     borderRight,
                                                     borderBottom,
                                                     borderHorizontal,
                                                     borderVertical,
                                                     textDecoration);
var value; // Type: TextDecorationType
value = instance.textDecoration;
var textDecoration : TextDecorationType;
See Also

Reference

TableStyle type