Rows.AllowBreakAcrossPages Property

Definition

Determine if the text in a table row or rows is 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

This property returns True if the text in a table row or rows is allowed to split across a page break, and False if not.

The return value can be True, False or wdUndefined (only some of the specified text is allowed to split).

Applies to