Table of Contents

Method Header

Namespace
DocWright.Composition
Assembly
DocWright.Composition.dll

Header(Action<ITableRowComposer>)

Adds a header row. Header rows repeat on every page the table crosses, which the layout engine already does for any table whose rows are marked as headers.

ITableComposer Header(Action<ITableRowComposer> compose)

Parameters

compose Action<ITableRowComposer>

Composes the row's cells.

Returns

ITableComposer

This composer, for chaining.

Exceptions

ArgumentNullException

compose is null.

InvalidOperationException

A body row has already been added, or the columns are not defined.