Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / RangeTemplateCellType Class
Members
In This Topic
    RangeTemplateCellType Class
    In This Topic
    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