<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gothedistance</author_name>
  <author_url>https://blog.hatena.ne.jp/gothedistance/</author_url>
  <blog_title>Life is Really Short, Have Your Life!!</blog_title>
  <blog_url>https://aroundthedistance.hatenadiary.jp/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>なんでかわからないのですが、datagridViewにコンボボックスのカラムを追加してデータを入れても、デフォルトでは空白行が挿入されます。初期値を入れたいのが実情じゃないですか。 調べたらこうやったらできた。 DataGridViewComboBoxColumn combo = new DataGridViewComboBoxColumn(); //適当に初期化しておいてね //これで初期値がtestになる combo.DefaultCellStyleValue.NullValue = &quot;test&quot;; datagridView1.Columns.Add(combo);</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Faroundthedistance.hatenadiary.jp%2Fentry%2F2011%2F05%2F27%2F201442&quot; title=&quot;DataGridViewComboBoxColumnで初期値を入れる方法 - Life is Really Short, Have Your Life!!&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-05-27 20:14:42</published>
  <title>DataGridViewComboBoxColumnで初期値を入れる方法</title>
  <type>rich</type>
  <url>https://aroundthedistance.hatenadiary.jp/entry/2011/05/27/201442</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
