[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.RangeTemplateCellType

RangeTemplateCellType Class

RangeTemplate从一个引用工作表的区域提供模板,它可以应用于一个单元格。 它将像模板一样渲染单元格并不同样填充数据。如果未设置参数row、col、rowCount、colCount,它将使用工作表的usedrange作为区域范围。

Inheritance
RangeTemplateCellType
Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public class RangeTemplateCellType : BaseCellType

Constructors

Name Description
RangeTemplateCellType(IRange)

使用范围创建 RangeTemplateCellType。

RangeTemplateCellType(IWorksheet, int, int, int, int)

使用工作表及其范围信息创建一个 RangeTemplateCellType。

Methods

Name Description
UpdateTemplate(IRange)

更新曾经引用过的范围。