Row.AllowBreakAcrossPages Property
Word Developer Reference |
True if the text in a table row or rows are allowed to split across a page break. Read/write Long.
Syntax
expression.AllowBreakAcrossPages
expression Required. A variable that represents a Row object.
Remarks
This property can be True, False or wdUndefined (only some of the specified text is allowed to split).
Example
This example creates a new document with a 5x5 table and prevents the third row of the table from being split during pagination.
Visual Basic for Applications |
---|
|
This example determines whether the rows in the current table can be split across pages. If the insertion point isn't in a table, a message box is displayed.
Visual Basic for Applications |
---|
|
See Also