var instance = new GC.Spread.Sheets.Tables.Table(name, row, col, rowCount, colCount, style, options, options.showHeader, options.showFooter, options.useFooterDropDownList, options.showResizeHandle); var returnValue; // Type: any returnValue = instance.style(value);
function style( value : TableTheme ) : any;
パラメータ
- value
- テーブルのスタイル。
戻り値の型
値が設定されていない場合は、テーブルスタイルを返します。値が設定されている場合は、テーブルを返します。