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.
こんにちは、Datagridview 列に「クラス」という名前を付けています。「「クラス」は有効な識別子ではありません」というメッセージが表示されます。
フォーム デザイナーではなく、プログラムで実行できます。
Dim dg As New DataGridView dg.Columns.Add("Class", "ClassHeader")
VB.Netでは、キーワードであるため、列を「クラス」と呼ぶことはできないと思います。他のほとんどすべての名前を付けます。