'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;}