GC.Spread.Sheets 名前空間 > Tables タイプ : TableStyle メソッド |
Javascript (Usage) | |
---|---|
var value; // Type: any value = GC.Spread.Sheets.Tables.TableStyle(backColor, foreColor, font, borderLeft, borderTop, borderRight, borderBottom, borderHorizontal, borderVertical, textDecoration); |
Javascript (Specification) | |
---|---|
function TableStyle( backColor : string, foreColor : string, font : string, borderLeft : LineBorder, borderTop : LineBorder, borderRight : LineBorder, borderBottom : LineBorder, borderHorizontal : LineBorder, borderVertical : LineBorder, textDecoration : TextDecorationType ) : any; |