In This Topic
The following tables list the members exposed by RowFormat.
Public Properties
| Name | Description |
| Alignment |
Gets or sets a value specifying how the table row is aligned in the document.
|
| AllowBreakAcrossPages |
Gets or sets a value indicating whether the contents within the current cell can be split between pages.
|
| HeadingFormat |
Gets or sets whether the current table row shall be repeated at the top of each new page on which part of this table is displayed.
This gives this table row the behavior of a 'header' row on each of these pages.
This property can be applied to any number of rows at the top of the table structure in order to generate multi-row table headers.
|
| Height |
Gets or sets the height of the table row in points.
|
| HeightRule |
Gets or sets the rule for determining the height of the table row.
|
| Spacing |
Gets or sets the default amount of space (in points) between the cells.
|
Top
Public Methods
| Name | Description |
| ClearFormatting | Overridden.
Resets to default row formatting.
|
Top
See Also