GrapeCity MultiRow Windows Forms Documentation
PageBreak Property (Row)


Gets or sets a value that indicates whether a new page starts at the bottom of this row.
Syntax
<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.
Exceptions
ExceptionDescription
System.InvalidOperationException Setting this property at design time.
Remarks
If you want to customize the page break in a vertical direction when printing, you can set this property to true at runtime or you can set the Cell.PageBreak property to customize the horizontal page break at design time or runtime.
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

Row Class
Row Members
Cell.PageBreak

 

 


Copyright © GrapeCity, inc. All rights reserved.