Hello,
I'm trying to remove a row that exists in a DataGridView object based on the content in the cell in its first column. I can't seem to figure out a way to do this! I know I can remove a row based on its index, but I can't figure out how to get the index of a row based on the contents of a cell in that row.
Thanks for the help
Isaac
I'm trying to remove a row that exists in a DataGridView object based on the content in the cell in its first column. I can't seem to figure out a way to do this! I know I can remove a row based on its index, but I can't figure out how to get the index of a row based on the contents of a cell in that row.
Thanks for the help
Isaac
Comment