GcSpread.Sheets Namespace : TableStyle type |
var instance = new GcSpread.Sheets.TableStyle();
function TableStyle;
Object
GcSpread.Sheets.TableStyle
Name | Description | |
---|---|---|
TableStyle Constructor | Represents the table style settings. |
Name | Description | |
---|---|---|
firstColumnStripSize | The size of the first alternating column. | |
firstColumnStripStyle | The style of the first alternating column. | |
firstFooterCellStyle | The style of the first footer cell. | |
firstHeaderCellStyle | The style of the first header cell. | |
firstRowStripSize | The size of the first alternating row. | |
firstRowStripStyle | The first alternating row style. | |
footerRowStyle | The default style of the footer area. | |
headerRowStyle | The default style of the header area. | |
highlightFirstColumnStyle | The style of the first column. | |
highlightLastColumnStyle | The style of the last column. | |
lastFooterCellStyle | The style of the last footer cell. | |
lastHeaderCellStyle | The style of the last header cell. | |
name | Gets or sets the name of the style. | |
secondColumnStripSize | The size of the second alternating column. | |
secondColumnStripStyle | The style of the second alternating column. | |
secondRowStripSize | The size of the second alternating row. | |
secondRowStripStyle | The second alternating row style. | |
wholeTableStyle | The default style of the data area. |