Gets or sets a value that indicates whether a new page starts at the bottom of this row.
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Indicates whether one new page will be broken at the bottom of this Row.")>
Public Property PageBreak As Boolean
Dim instance As Row
Dim value As Boolean
instance.PageBreak = value
value = instance.PageBreak
[Browsable(false)]
[DefaultValue()]
[SRCategory("Behavior")]
[SRDescription("Indicates whether one new page will be broken at the bottom of this Row.")]
public bool PageBreak {get; set;}
Property Value
true if a new page breaks at the bottom of this row; otherwise,
false. The default is
false.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2