GC.Spread.Sheets.Tables Namespace : TableStyle type |
var instance = new GC.Spread.Sheets.Tables.TableStyle(backColor, foreColor, font, borderLeft, borderTop, borderRight, borderBottom, borderHorizontal, borderVertical, textDecoration);
function TableStyle;
Object
GC.Spread.Sheets.Tables.TableStyle
Name | Description | |
---|---|---|
TableStyle Constructor | Represents table style information. |
Name | Description | |
---|---|---|
backColor | Indicates the background color. | |
borderBottom | Indicates the bottom border line of the table. | |
borderHorizontal | Indicates the horizontal border line of the table. | |
borderLeft | Indicates the left border line of the table. | |
borderRight | Indicates the right border line of the table. | |
borderTop | Indicates the top border line of the table. | |
borderVertical | Indicates the vertical border line of the table. | |
font | Indicates the font. | |
foreColor | Indicates the foreground color. | |
textDecoration | Indicates the text decoration of the table. |