AddMainTableRows() public method

Adds all main data rows of the MainTable
public AddMainTableRows ( ) : void
return void
コード例 #1
0
        // Public Methods (1)

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