Skip to main content
All docs
V26.1
  • ChartDataReference.IsRange Property

    Determines whether the reference points to a rectangular range.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public bool IsRange { get; }

    Property Value

    Type Description
    Boolean

    true if the reference is a range of cells; otherwise, false.

    See Also