AddMainTableRows() 공개 메소드

Adds all main data rows of the MainTable
public AddMainTableRows ( ) : void
리턴 void
예제 #1
0
        // Public Methods (1)

        /// <summary>
        /// Starts rendering of the MainTable
        /// </summary>
        public void AddToDocument()
        {
            initData();
            _rowsManager.AddMainTableRows();
            _rowsManager.CloseMainTable();
        }