/// <summary>
 /// Clear the collection
 /// </summary>
 public void Clear()
 {
     _list.Clear();
     TopNode.RemoveAll();
     if (_cells != null)
     {
         _cells.Clear();
         _cells.IsRichText = false;
     }
 }