[]
RangeTemplate provide a template from a range of referenced worksheet, it can apply to a cell. It will render the cell same as the template and fill data differently.If the param row, col, rowCount, colCount not set , it will use the sheet's usedrange as the range scope.
public class RangeTemplateCellType : BaseCellType
Public Class RangeTemplateCellType
Inherits BaseCellType
Name | Description |
---|---|
RangeTemplateCellType(IRange) | Use the range to create a RangeTemplateCellType. |
RangeTemplateCellType(IWorksheet, int, int, int, int) | Use a worksheet and it's range infos to create a RangeTemplateCellType. |
Name | Description |
---|---|
UpdateTemplate(IRange) | Update the range that used to be referenced. |