[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TableRow.TableCells

TableCells Property

TableCells

Gets the cells with a content of the row.

Declaration
public TableCellCollection TableCells { get; }
Property Value
Type Description
TableCellCollection

A TableCellCollection object containing the cells of the row.

Remarks

There is one cell per column in a table.