Share via


Rows.AllowBreakAcrossPages Property

Determine if the text in a table row or rows is allowed to split across a page break.

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

Syntax

'Declaration
Property AllowBreakAcrossPages As Integer
    Get
    Set
'Usage
Dim instance As Rows
Dim value As Integer

value = instance.AllowBreakAcrossPages

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

Property Value

Type: System.Int32

Remarks

This property returns True if the text in a table row or rows is allowed to split across a page break, and False if not.

The return value can be True, False or wdUndefined (only some of the specified text is allowed to split).

See Also

Reference

Rows Interface

Rows Members

Microsoft.Office.Interop.Word Namespace