[]
Updates the template range used by this cell type.
public void UpdateTemplate(IRange range)
Public Sub UpdateTemplate(range As IRange)
| Type | Name | Description |
|---|---|---|
| IRange | range | The IRange object used as the template source. |
RangeTemplateCellType cellType = new RangeTemplateCellType(worksheet.Range["A1:B2"]);
cellType.UpdateTemplate(worksheet.Range["C1:D2"]);