add() публичный Метод

public add ( ) : cReportSectionLine
Результат cReportSectionLine
Пример #1
0
        public cReportSection()
        {
            m_formulaHide.setName("H");

            // when a new section is create a new line section
            // is automatically added
            //
            m_sectionLines.add(null, "", -1);
        }