ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / Def.TablixRow Class / Def.TablixRow Constructor
cells

In This Topic
    Def.TablixRow Constructor
    In This Topic
    Initializes a new instance of the Def.TablixRow class with the specified cells
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal cells As IEnumerable(Of Def.Content) _
    )
    public Def.TablixRow( 
       IEnumerable<Def.Content> cells
    )

    Parameters

    cells
    cells
    See Also