Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / RangeTemplateCellType Class / RangeTemplateCellType Constructor / RangeTemplateCellType Constructor(IWorksheet,Int32,Int32,Int32,Int32)
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,Int32,Int32,Int32,Int32)
    In This Topic
    Use a worksheet and it's range infos to create a RangeTemplateCellType.
    Syntax
    public RangeTemplateCellType( 
       IWorksheet worksheet,
       System.int row,
       System.int column,
       System.int rowCount,
       System.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