GrapeCity.Documents.Excel Namespace / RangeTemplateCellType Class
Members
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.
Object Model
RangeTemplateCellType Class
Syntax
public class RangeTemplateCellType : BaseCellType 
Inheritance Hierarchy

System.Object
   GrapeCity.Documents.Excel.BaseCellType
      GrapeCity.Documents.Excel.RangeTemplateCellType

See Also