Spread.Sheets Documentation
style Method
The style for the table.
Gets or sets a style for the table.
Syntax
var instance = new GC.Spread.Sheets.Tables.Table(name, row, col, rowCount, colCount, style, options);
var returnValue; // Type: any
returnValue = instance.style(value);
function style( 
   value : TableTheme
) : any;

Parameters

value
The style for the table.

Return Value

If no value is set, returns the table style; otherwise, returns the table.
See Also

Reference

Table type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.