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)
 

Property Value

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