Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / RangeTemplateCellType Class / RangeTemplateCellType Constructor / RangeTemplateCellType Constructor(IWorksheet)
An IWorksheet object that used to be referenced. The sheet could be an individual sheet outside the workbook.
In This Topic
    RangeTemplateCellType Constructor(IWorksheet)
    In This Topic
    Use a worksheet and it's used range info to create a RangeTemplateCellType.
    Syntax
    public RangeTemplateCellType( 
       IWorksheet worksheet
    )

    Parameters

    worksheet
    An IWorksheet object that used to be referenced. The sheet could be an individual sheet outside the workbook.
    See Also