Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / RangeTemplateCellType Class / RangeTemplateCellType Constructor / RangeTemplateCellType Constructor(IWorksheet,int,int,int,int)
An IWorksheet object that used to be referenced. The sheet could be an individual sheet outside the workbook.
the template scope start row.
the template scope start column.
the template scope row count.
the template scope column count.
In This Topic
    RangeTemplateCellType Constructor(IWorksheet,int,int,int,int)
    In This Topic
    Use a worksheet and specific range to create a RangeTemplateCellType.
    Syntax
    public RangeTemplateCellType( 
       IWorksheet worksheet,
       int row,
       int column,
       int rowCount,
       int columnCount
    )

    Parameters

    worksheet
    An IWorksheet object that used to be referenced. The sheet could be an individual sheet outside the workbook.
    row
    the template scope start row.
    column
    the template scope start column.
    rowCount
    the template scope row count.
    columnCount
    the template scope column count.
    See Also