var value; // Type: any value = GC.Spread.Sheets.CellTypes.RangeTemplate(sheet, row, col, rowCount, colCount);
Parameters
- sheet
- the referenced worksheet, the sheet could be an individual sheet outside the workbook.
- row
- the template scope start row.
- col
- the template scope start col.
- rowCount
- the template scope row count.
- colCount
- the template scope col count.