Skip to main content
All docs
V26.1
  • ChartDataReference.Contains(ChartDataReference) Method

    Determines whether this reference fully contains another reference.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public bool Contains(
        ChartDataReference other
    )

    Parameters

    Name Type Description
    other ChartDataReference

    A data reference to check.

    Returns

    Type Description
    Boolean

    true if all cells from other are inside this reference; otherwise, false.

    See Also