Excel for WinRT
PageBreak Property (XLColumn)


Gets or sets whether there will be a forced page break after this column.
Syntax
'Declaration
 
Public Property PageBreak As System.Boolean
'Usage
 
Dim instance As XLColumn
Dim value As System.Boolean
 
instance.PageBreak = value
 
value = instance.PageBreak
public System.bool PageBreak {get; set;}
See Also

Reference

XLColumn Class
XLColumn Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback