ActiveReports 12
TableCells Property (TableRow)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > TableRow Class : TableCells Property

Gets the contents of the row.

Syntax
'Declaration
 
Public ReadOnly Property TableCells As TableCellCollection
public TableCellCollection TableCells {get;}

Property Value

A TableCellCollection containing the contents of the row.

Remarks

There is one cell per column in a table.

See Also

Reference

TableRow Class
TableRow Members