Spread Silverlight Documentation
PageBreak Property (IExcelRow)


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

Property Value

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

Reference

IExcelRow Interface
IExcelRow Members