Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のように、GridView の ItemsSource を DataTable にバインドできることを知っています。
DataTable dt = ((DataView)myDG.ItemsSource).ToTable();
しかし、20 個以上の列があり、そのうちの 10 個しか表示されていません。表示されている列だけを取得するにはどうすればよいですか?
ありがとう