diff options
Diffstat (limited to 'DHTMLX.Export.PDF/MonthRow.cs')
-rw-r--r-- | DHTMLX.Export.PDF/MonthRow.cs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/DHTMLX.Export.PDF/MonthRow.cs b/DHTMLX.Export.PDF/MonthRow.cs new file mode 100644 index 0000000..0b5d60e --- /dev/null +++ b/DHTMLX.Export.PDF/MonthRow.cs @@ -0,0 +1,13 @@ +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; } + } +} |