TableStyle.AllowBreakAcrossPage Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property AllowBreakAcrossPage As Integer
    Get
    Set
'Usage
Dim instance As TableStyle
Dim value As Integer

value = instance.AllowBreakAcrossPage

instance.AllowBreakAcrossPage = value
int AllowBreakAcrossPage { get; set; }

Property Value

Type: System.Int32

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.

See Also

Reference

TableStyle Interface

TableStyle Members

Microsoft.Office.Interop.Word Namespace