Esempio n. 1
0
 /// <include file='doc\TableCellCollection.uex' path='docs/doc[@for="TableCellCollection.Clear"]/*' />
 /// <devdoc>
 /// <para>Removes all <see cref='System.Web.UI.WebControls.TableCell'/> controls
 ///    from the collection.</para>
 /// </devdoc>
 public void Clear()
 {
     if (owner.HasControls())
     {
         owner.Controls.Clear();
     }
 }