MindFusion.Wpf Pack Programmer's Guide
Row.PageBreak Property
See Also
 





Gets or sets a value indicating whether to force a page break after this row during printing.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool PageBreak { get; set; }

Visual Basic  Copy Code

Public Property PageBreak As Boolean

 Property Value

true if this row should force a page break during printing; otherwise, false. The default is false.

 See Also

Row Members
Row Class
MindFusion.Spreadsheet.Wpf Namespace