Method Row
- Namespace
- DocWright.Composition
- Assembly
- DocWright.Composition.dll
Row(Action<IRowComposer>)
Places content side by side. This lowers to a borderless single-row table, which is
what Word itself does; see COMPAT.md for the consequences.
void Row(Action<IRowComposer> compose)
Parameters
composeAction<IRowComposer>Composes the row.
Exceptions
- ArgumentNullException
composeis null.- ResourceLimitExceededException
The composition nesting depth limit is exceeded.