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.
DataGrid の左上のセルを削除する方法はありますか?
非表示にする場合は、RowHeadersVisible プロパティを false に設定します。
myDataGridTableStyle.RowHeadersVisible = false;
動作を変更したい場合:
リンク
それが役に立てば幸い
RowHeadersVisible プロパティの MSDN プロパティ