AddMainTableRows() public méthode

Adds all main data rows of the MainTable
public AddMainTableRows ( ) : void
Résultat void
Exemple #1
0
        // Public Methods (1)

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