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

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