SpreadJS Documentation
TableStyleInfo type
Represents table style information.
Syntax
var instance = new GcSpread.Sheets.TableStyleInfo(backColor,
                                                 foreColor,
                                                 font,
                                                 borderLeft,
                                                 borderTop,
                                                 borderRight,
                                                 borderBottom,
                                                 borderHorizontal,
                                                 borderVertical,
                                                 textDecoration);
function TableStyleInfo;
Inheritance Hierarchy

Object
   GcSpread.Sheets.TableStyleInfo

Constructors
 NameDescription
public ConstructorTableStyleInfo ConstructorRepresents table style information.  
Top
Fields
 NameDescription
public FieldbackColorIndicates the background color.  
public FieldborderBottomIndicates the bottom border line of the table.  
public FieldborderHorizontalIndicates the horizontal border line of the table.  
public FieldborderLeftIndicates the left border line of the table.  
public FieldborderRightIndicates the right border line of the table.  
public FieldborderTopIndicates the top border line of the table.  
public FieldborderVerticalIndicates the vertical border line of the table.  
public FieldfontIndicates the font.  
public FieldforeColorIndicates the foreground color.  
public FieldtextDecorationIndicates the text decoration of the table.  
Top
See Also

Reference

GcSpread.Sheets Namespace
Creating Tables

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.