GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > TableRow Class : TableCells Property |
Gets the contents of the row.
'Declaration Public ReadOnly Property TableCells As TableCellCollection
public TableCellCollection TableCells {get;}
A TableCellCollection containing the contents of the row.
There is one cell per column in a table.