GrapeCity.Xaml.Excel
PageBreak Property (ExcelColumn)


Gets or sets a value indicating whether the column is a page break column.
Syntax
'Declaration
 
Public Property PageBreak As Boolean
'Usage
 
Dim instance As ExcelColumn
Dim value As Boolean
 
instance.PageBreak = value
 
value = instance.PageBreak
public bool PageBreak {get; set;}

Property Value

true if it's a page break column; otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelColumn Class
ExcelColumn Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options