Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLCellRange Class / RangeType Property

In This Topic
    RangeType Property (XLCellRange)
    In This Topic
    Gets or sets a type (default, indirect or offset) for this cell range.
    Syntax
    'Declaration
     
    
    Public Property RangeType As XLRangeType
    public XLRangeType RangeType {get; set;}
    See Also