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;
Parameters
- row
- The start row index.
- column
- The start column index.
- rowCount
- The number of rows to clear.
- columnCount
- The number of columns to clear.
- area
- The area to clear.
- storageType
- The clear type.