public method TableBuilder.SetAltRowStyleBorder
Sets the border for the alternate row style by a configuration action.
Declaration | ||||
|
Parameters | |
configure |
A configuration action for the border. |
This method allows you to configure the border for all alternate rows of the table. If no style is applied to the alternate rows, the library applies the default alternate row style and applies the specified border to this style. If some style is applied to the alternate rows, the library applies the specified border to this style.
If you set the alternate row border width, stroke style 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