Spread for ASP.NET 12 Product Documentation
PageBreak Property (Row)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Row Class : PageBreak Property
Gets or sets whether a page break is inserted before this row when printing.
Syntax
'Declaration
 
Public Property PageBreak As Boolean
'Usage
 
Dim instance As Row
Dim value As Boolean
 
instance.PageBreak = value
 
value = instance.PageBreak
public bool PageBreak {get; set;}
See Also

Reference

Row Class
Row Members