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