ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Header Class / Rows Property

In This Topic
    Rows Property (Header)
    In This Topic
    Gets or sets the rows style content of the header.
    Syntax
    'Declaration
     
    Public Property Rows As CellStyleContent()
    public CellStyleContent[] Rows {get; set;}

    Property Value

    An array of CellStyleContent representing the rows style content of the header.
    See Also