ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data Namespace / DataTable Class / Rows Property

In This Topic
    Rows Property (DataTable)
    In This Topic
    Gets table rows.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rows As IItemCollection(Of DataRow)
    public IItemCollection<DataRow> Rows {get;}
    See Also