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

In This Topic
    CellCollection Property (IMatrix)
    In This Topic
    Gets the cells in the matrix.
    Syntax
    'Declaration
     
    ReadOnly Property CellCollection As IMatrixCellCollection
    IMatrixCellCollection CellCollection {get;}

    Property Value

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