SpreadJS Documentation
TableStyle type
Represents the table style settings.
Syntax
var instance = new GcSpread.Sheets.TableStyle();
function TableStyle;
Inheritance Hierarchy

Object
   GcSpread.Sheets.TableStyle

Constructors
 NameDescription
public ConstructorTableStyle ConstructorRepresents the table style settings.  
Top
Methods
 NameDescription
public MethodfirstColumnStripSizeThe size of the first alternating column.  
public MethodfirstColumnStripStyleThe style of the first alternating column.  
public MethodfirstFooterCellStyleThe style of the first footer cell.  
public MethodfirstHeaderCellStyleThe style of the first header cell.  
public MethodfirstRowStripSizeThe size of the first alternating row.  
public MethodfirstRowStripStyleThe first alternating row style.  
public MethodfooterRowStyleThe default style of the footer area.  
public MethodheaderRowStyleThe default style of the header area.  
public MethodhighlightFirstColumnStyleThe style of the first column.  
public MethodhighlightLastColumnStyleThe style of the last column.  
public MethodlastFooterCellStyleThe style of the last footer cell.  
public MethodlastHeaderCellStyleThe style of the last header cell.  
public MethodnameGets or sets the name of the style.  
public MethodsecondColumnStripSizeThe size of the second alternating column.  
public MethodsecondColumnStripStyleThe style of the second alternating column.  
public MethodsecondRowStripSizeThe size of the second alternating row.  
public MethodsecondRowStripStyleThe second alternating row style.  
public MethodwholeTableStyleThe default style of the data area.  
Top
See Also

Reference

GcSpread.Sheets Namespace
Creating Tables

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.