GcSpread.Sheets Namespace : TableStyleInfo type |
var instance = new GcSpread.Sheets.TableStyleInfo(backColor, foreColor, font, borderLeft, borderTop, borderRight, borderBottom, borderHorizontal, borderVertical, textDecoration);
function TableStyleInfo;
Object
GcSpread.Sheets.TableStyleInfo
Name | Description | |
---|---|---|
TableStyleInfo 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. |