Skip to main content
All docs
V26.1
  • ChartData.Item[String] Property

    Returns a chart data cell in the first worksheet.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public CellValue this[string cellReference] { get; }

    Parameters

    Name Type Description
    cellReference String

    The cell address in A1 notation.

    Property Value

    Type Description
    CellValue

    The CellValue object.

    See Also