Partager via


Row.AllowBreakAcrossPages Property

Determines if the text in a table row or rows are 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 Row
Dim value As Integer

value = instance.AllowBreakAcrossPages

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

Property Value

Type: System.Int32

Remarks

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

See Also

Reference

Row Interface

Row Members

Microsoft.Office.Interop.Word Namespace