public method TableBuilder.SetContentRowBorderWidth

Brief

Sets the width of each border side for the content row.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  SetContentRowBorderWidth (System.Single left, System.Single top, System.Single right, System.Single bottom)

Parameters
left

The left border width in points.

top

The top border width in points.

right

The right border width in points.

bottom

The bottom border width in points.

Declared in TableBuilder

back