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

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