public method TableBuilder.SetAltRowStyle

Brief

Sets the style for alternate rows of the table.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  SetAltRowStyle (Gehtsoft.PDFFlow.Builder.StyleBuilder style)

Parameters
style

The style to apply.

Details

If you set the alternate row border width, stroke or color, note that the border will be either not visible (if its width is less than or equal to the width of the content row border) or partially visible (if its width is greater than the width of the content row border).

Declared in TableBuilder

back