Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / RangeTemplateCellType Class / RangeTemplateCellType Constructor / RangeTemplateCellType Constructor(IRange)
An IRange object that used to be referenced.
In This Topic
    RangeTemplateCellType Constructor(IRange)
    In This Topic
    Use the range to create a RangeTemplateCellType.
    Syntax
    public RangeTemplateCellType( 
       IRange range
    )

    Parameters

    range
    An IRange object that used to be referenced.
    See Also