GrapeCity.Xaml.Excel
RowBreakLines Property (ExcelPrintPageSetting)


Gets or sets the row break lines.
Syntax
'Declaration
 
Public Property RowBreakLines As List(Of Integer)
'Usage
 
Dim instance As ExcelPrintPageSetting
Dim value As List(Of Integer)
 
instance.RowBreakLines = value
 
value = instance.RowBreakLines
public List<int> RowBreakLines {get; set;}

Property Value

The row break lines.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelPrintPageSetting Class
ExcelPrintPageSetting Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options