Row.AllowBreakAcrossPages Property

Definition

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).

Applies to