using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace DHTMLX.Export.PDF { public class MonthRow { public double Height { get; set; } public string[] Cells { get; set; } } }