com.grapecity.documents.excel Package / 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 
    extends BaseCellType 
Inheritance Hierarchy

java.lang.Object
   com.grapecity.documents.excel.BaseCellType
      com.grapecity.documents.excel.RangeTemplateCellType

See Also