Gets or sets a value indicating whether to force a page break after this row during printing.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool PageBreak { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PageBreak As Boolean |
true if this row should force a page break during printing; otherwise, false. The default is false.
See Also