GC.Spread.Sheets Namespace > Tables type : TableStyle Method |
var value; // Type: any value = GC.Spread.Sheets.Tables.TableStyle(backColor, foreColor, font, borderLeft, borderTop, borderRight, borderBottom, borderHorizontal, borderVertical, textDecoration);
function TableStyle( backColor : string, foreColor : string, font : string, borderLeft : LineBorder, borderTop : LineBorder, borderRight : LineBorder, borderBottom : LineBorder, borderHorizontal : LineBorder, borderVertical : LineBorder, textDecoration : TextDecorationType ) : any;