GC.Spread.Sheets.Tables 名前空間 > Table タイプ : style メソッド |
Javascript (Usage) | |
---|---|
var instance = new GC.Spread.Sheets.Tables.Table(name, row, col, rowCount, colCount, style, options); var returnValue; // Type: any returnValue = instance.style(value); |
Javascript (Specification) | |
---|---|
function style( value : TableTheme ) : any; |