Click or drag to resize

TableRowFormat Properties

The TableRowFormat type exposes the following members.

Properties
 NameDescription
Public propertyAllowBreakAcrossPages When true, the text in a table row is allowed to split across a page break.
Public propertyGridAfter Gets or sets the number of TableColumn in the parent table's Columns which shall be left after the last cell in the table row.
Public propertyGridBefore Gets or sets the number of TableColumn in the parent table's Columns which must be skipped before the contents of this table row (its table cells) are added to the parent table.
Public propertyCode exampleHeight Gets or sets the table row height.
Public propertyHidden Gets or sets a value indicating whether table row shall be hidden from display at display time in a document.
Public propertyRepeatOnEachPage Gets or sets a value indicating whether the table row shall be repeated at the top of each new page on which part of it's table is displayed.
Top
See Also