Gets or sets a value that indicates whether a new page breaks to the right of this cell.
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Indicates whether one new page will be broken at the right of this Cell.")>
<LocalizableAttribute(True)>
<DefaultValueAttribute()>
Public Property PageBreak As Boolean
Dim instance As Cell
Dim value As Boolean
instance.PageBreak = value
value = instance.PageBreak
[SRCategory("Behavior")]
[SRDescription("Indicates whether one new page will be broken at the right of this Cell.")]
[Localizable(true)]
[DefaultValue()]
public bool PageBreak {get; set;}
Property Value
true if a new page breaks to the right of this cell; 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