Spread Silverlight Documentation
RowBreakLines Property (ExcelPrintPageSetting)


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

Property Value

The row break lines.
See Also

Reference

ExcelPrintPageSetting Class
ExcelPrintPageSetting Members