ActiveReports 12
Rows Property (DataTable)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace > DataTable Class : Rows Property
Gets table rows.
Syntax
'Declaration
 
Public ReadOnly Property Rows As IItemCollection(Of DataRow)
public IItemCollection<DataRow> Rows {get;}
See Also

Reference

DataTable Class
DataTable Members