summaryrefslogtreecommitdiffstats
path: root/DHTMLX.Export.PDF/MonthRow.cs
blob: 0b5d60e73dde8193d461e30cf7e55bd66e347593 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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; }
    }
}