Spread.Sheets
clear メソッド
クリアタイプ。
指定した領域をクリアします。
シンタックス
Javascript (Usage) 
var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea);
var value; // Type: any
value = instance.clear(type);
Javascript (Specification) 
function clear( 
   type : StorageType
) : any;

パラメータ

type
クリアタイプ。

関連トピック

参照

CellRange タイプ

 

 


© 2016-2017, GrapeCity inc. All rights reserved.