TableStyle.AllowBreakAcrossPage Property

Definition

Sets or returns an Integer indicating whether lines in the rows of tables formatted with a specified style break across pages.

public:
 property int AllowBreakAcrossPage { int get(); void set(int value); };
public int AllowBreakAcrossPage { get; set; }
member this.AllowBreakAcrossPage : int with get, set
Public Property AllowBreakAcrossPage As Integer

Property Value

Remarks

Setting the AllowBreakAcrossPage property to True breaks the lines in table rows across page breaks. Setting the property to False keeps the lines in a row of a table all on the same page. The default setting is True.

Applies to