var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: any value = instance.clear(row, column, rowCount, columnCount, area, storageType);
function clear( row : number, column : number, rowCount : number, columnCount : number, area : SheetArea, storageType : StorageType ) : any;
パラメータ
- row
- 開始行インデックス。
- column
- 開始列インデックス。
- rowCount
- クリアする行数。
- columnCount
- クリアする列数。
- area
- クリアする領域。
- storageType
- クリアタイプ。