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

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