public method TableBuilder.SetAltRowStyleMinHeight

Brief

Sets the minimum height for the alternate row style.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  SetAltRowStyleMinHeight (Gehtsoft.PDFFlow.Models.Shared.XUnit minHeight)

Parameters
minHeight

The minimum height in points.

Details

This method allows you to set the minimum height 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 minimum height to this style. If some style is applied to the alternate rows, the library applies the specified minimum height to this style.

Declared in TableBuilder

back