Row.AllowBreakAcrossPages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the text in a table row or rows are allowed to split across a page break.
public:
property int AllowBreakAcrossPages { int get(); void set(int value); };
public int AllowBreakAcrossPages { get; set; }
member this.AllowBreakAcrossPages : int with get, set
Public Property AllowBreakAcrossPages As Integer
Property Value
Remarks
The property return values can be True, False or wdUndefined (only some of the specified text is allowed to split).