GrapeCity.Xaml.Excel
PageBreak Property (IExcelRow)


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

Property Value

true if the row is page break row; otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelRow Interface
IExcelRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options