>
|
|
>
|
|
Executing the Row command produces a function call.
| (1) |
By using additional commands from the Layout Constructors package a nested function call can be produced which represents an entire worksheet.
The Row is made the content of a Table.
>
|
|
That XML representation of a worksheet can be inserted directly.
>
|
|
The Cell constructor is only necessary when some non-default Cell option is wanted, or when a sequence of arguments to Row are intended to be grouped in particular Cells. Arguments to the Row constructor are otherwise automatically wrapped in calls to Cell.
>
|
|
>
|
|
>
|
|
Some text.
|
More text. Yet more text.
|
Even more text
|
|
|
When the interior borders of a Table are specified to be shown by group then the absence of a separator above a Row is revealed.
>
|
|
>
|
|
>
|
|
Some text
|
Some text
|
Some text
|
Some text
|
Some text
|
Some text
|
Some text
|
Some text
|
Some text
|
Some text
|
Some text
|
Some text
|
|
|
The vertical alignment of content of all Cells in a Row are specified by the alignment option for that Row.
>
|
|
>
|
|
>
|
|
>
|
|
Some text.
|
Some text.
More text.
Yet more text.
|
|
Some text.
|
Some text.
More text.
Yet more text.
|
|
Some text.
|
Some text.
More text.
Yet more text.
|
|
Some text.
|
Some text.
More text.
Yet more text.
|
|
|
|