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