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

In This Topic
    Cells Property (Grid)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Cells As IList(Of GridCell)
    public IList<GridCell> Cells {get;}
    See Also