简单的可以这样写:
if((dataGridView4.Rows[15].Cells[1].Value??"").ToString()!=""){ //...}
??的意思是前面的如果是空,就用后面的默认值“”
value值与DBNull.Value进行比较