コード例 #1
0
 public bool Remove(DataGridViewColumn item)
 {
     header.removeChild(item.Element);
     return(_controls.Remove(item));
 }
コード例 #2
0
 public bool Remove(DataRow item)
 {
     body.removeChild(item.Element);
     return(_controls.Remove(item));
 }