ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLCellRange Class / RangeType Property

In This Topic
    RangeType Property
    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