ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace / IMatrix Interface / DataCells Property

In This Topic
    DataCells Property (IMatrix)
    In This Topic
    Gets the collection of matrix data cells.
    Syntax
    'Declaration
     
    ReadOnly Property DataCells As IMatrixCellCollection
    IMatrixCellCollection DataCells {get;}

    Property Value

    A collection of IMatrixCell objects representing the data cells in the matrix.
    See Also