TableStyle.AllowPageBreaks Property

Allows Microsoft Word to break the specified table across pages.

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

Syntax

'Declaration
Property AllowPageBreaks As Boolean
    Get
    Set
'Usage
Dim instance As TableStyle
Dim value As Boolean

value = instance.AllowPageBreaks

instance.AllowPageBreaks = value
bool AllowPageBreaks { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

TableStyle Interface

TableStyle Members

Microsoft.Office.Interop.Word Namespace