public method TableRowBuilder.SetRowType

Brief

Sets the type of the table row (header, content or footer).

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableRowBuilder  SetRowType (Gehtsoft.PDFFlow.Models.Enumerations.TableRowType rowType)

Parameters
rowType

The row type.

Declared in TableRowBuilder

back