GC.Spread.Sheets 名前空間 > CellRange タイプ : 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; |