Hi @Spideregg , Welcome to Microsoft Q&A,
In fact, you cannot modify the visibility of individual cells.
DataGridViewCell.Visible Property is a readable property and cannot be set.
You can set the visibility of individual rows and columns.
I recommend that you replace it with modifying the cell to have a null value or modifying it to readonly.
Best Regards,
Jiale
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.