TableStyle.AllowBreakAcrossPage 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.
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.