示例#1
0
        private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)
        {
            int i = new e.RowIndex();

            textBox1.Text = ds.Tables[0].Rows[i][1].ToString();
        }
示例#2
0
 PaintGraphCell(e.RowIndex, e.CellBounds, e.Graphics))