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

In This Topic
    RepeatGridLinesVert Property (TableCell)
    In This Topic
    Gets or sets a value indicating whether horizontal gridlines should be drawn when the cell is split between two vertical (regular) pages.
    Syntax
    'Declaration
     
    Public Property RepeatGridLinesVert As ThreeStateEnum
    public ThreeStateEnum RepeatGridLinesVert {get; set;}
    See Also