public method TableCellBuilder.SetBorder

Brief

Sets the table cell border by a configuration action.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableCellBuilder  SetBorder (System.Action<Gehtsoft.PDFFlow.Builder.BorderBuilder> borderConfigure)

Parameters
borderConfigure

A configuration action for the border.

Declared in TableCellBuilder

back