[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableRow.Cells

Cells Property

Cells

Gets a collection of table cells.

Declaration
IEnumerable<ITableCell> Cells { get; }
Property Value
Type Description
IEnumerable<ITableCell>

An IEnumerable<T> collection representing the cells in the table row.