Skip to main content
All docs
V25.1
  • XlValueObject.RangeValue Property

    Converts the object’s value to a worksheet range and returns the result.

    Namespace: DevExpress.Export.Xl

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    #Declaration

    public XlCellRange RangeValue { get; }

    #Property Value

    Type Description
    XlCellRange

    A XlCellRange object that specifies the worksheet Range.

    #Remarks

    To determine whether the XlValueObject originates from the range, check the XlValueObject.IsRange property.

    See Also