GrapeCity MultiRow Windows Forms Documentation
PageBreak Property (Cell)


Gets or sets a value that indicates whether a new page breaks to the right of this cell.
Syntax
<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.
Exceptions
ExceptionDescription
System.InvalidOperationException Setting this property at run time.
Remarks
If you want to customize the page break in the horizontal direction when printing, you can set this property to true at design time or run time; otherwise, you can set the Row.PageBreak property to customize the vertical page break at run time.
Requirements

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

See Also

Reference

Cell Class
Cell Members
Row.PageBreak

 

 


Copyright © GrapeCity, inc. All rights reserved.