Overload | Description |
---|---|
RangeTemplateCellType Constructor() | Initializes a new instance of the RangeTemplateCellType class. |
RangeTemplateCellType Constructor(IWorksheet) | Use a worksheet and it's used range info to create a RangeTemplateCellType. |
RangeTemplateCellType Constructor(IWorksheet,int,int,int,int) | Use a worksheet and specific range to create a RangeTemplateCellType. |
RangeTemplateCellType Constructor(IRange) | Use a specific range to create a RangeTemplateCellType. |