PdfRpt.Calendar.MonthCalendar.createMainTable C# (CSharp) Method

createMainTable() private method

private createMainTable ( ) : void
return void
        private void createMainTable()
        {
            _mainTable = new PdfPTable(CalendarAttributes.RelativeColumnWidths)
            {
                WidthPercentage = 100,
                RunDirection = runDirection,
                HeaderRows = 2,
                SplitRows = CalendarAttributes.SplitRows
            };
        }