GrapeCity.Xaml.Excel
PageBreak Property (IExcelColumn)


Gets or sets a value indicating whether the column is a page break column.
Syntax
'Declaration
 
Property PageBreak As Boolean
'Usage
 
Dim instance As IExcelColumn
Dim value As Boolean
 
instance.PageBreak = value
 
value = instance.PageBreak
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

IExcelColumn Interface
IExcelColumn Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options