Table.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 Table
Dim value As Boolean
value = instance.AllowPageBreaks
instance.AllowPageBreaks = value
bool AllowPageBreaks { get; set; }
Property Value
Type: System.Boolean