[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.RangeTemplateCellType

RangeTemplateCellType Class

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.

Inheritance
RangeTemplateCellType
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public class RangeTemplateCellType : BaseCellType
Public Class RangeTemplateCellType
    Inherits BaseCellType

Constructors

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.

Methods

Name Description
UpdateTemplate(IRange)

Update the range that used to be referenced.