ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCells Class / Count Property

In This Topic
    Count Property (DDCells)
    In This Topic
    Gets the number of cells that are contained in this collection
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}

    Property Value

    An System.Int32 value representing how many cells are in this collection
    See Also