ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Grid Class / Cells Property

In This Topic
    Cells Property (Grid)
    In This Topic
    Gets the cells of the grid.
    Syntax
    'Declaration
     
    Public ReadOnly Property Cells As IList(Of GridCell)
    public IList<GridCell> Cells {get;}

    Property Value

    A list of GridCell objects representing the cells of the grid.
    See Also