Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderTable Class / RepeatGridLinesHorz Property

In This Topic
    RepeatGridLinesHorz Property (RenderTable)
    In This Topic
    Gets or sets a value indicating whether horizontal gridlines (see Style.GridLines) should be drawn when the current table is split between two or more pages.
    Syntax
    'Declaration
     
    Public Property RepeatGridLinesHorz As Boolean
    public bool RepeatGridLinesHorz {get; set;}
    See Also