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