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

In This Topic
    Count Property (IMatrixCellCollection)
    In This Topic
    Gets the count of the number of cells rendered.
    Syntax
    'Declaration
     
    ReadOnly Property Count As Integer
    int Count {get;}

    Property Value

    An System.Int32 representing the total number of cells rendered.
    See Also