ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / DataCellCollection Class / Count Property

In This Topic
    Count Property (DataCellCollection)
    In This Topic
    Gets the data cell count.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Count As Integer
    public abstract int Count {get;}

    Property Value

    The total number of data cells in the collection as an System.Int32.
    See Also