SpreadJS Documentation
style Method
Gets or sets a style for the table.
Syntax
var instance = new GcSpread.Sheets.SheetTable(name, row, col, rowCount, colCount, style);
var value; // Type: any
value = instance.style();
function style() : any;

Return Value

Returns the style for the table. If the style is not set, it returns the table itself.
See Also

Reference

SheetTable type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.