Spread.Sheets
textDecoration フィールド
テーブルのテキスト装飾を示します。
シンタックス
Javascript (Usage) 
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;
Javascript (Specification) 
var textDecoration : TextDecorationType;

関連トピック

参照

TableStyle タイプ

 

 


© 2016-2017, GrapeCity inc. All rights reserved.