| GC.Spread.Sheets.Tables 名前空間 > TableStyle タイプ : 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; | |