请问:e.col与e.row 的含义
if (e.Row > 2) { intPrevCol = 3 + Int32.Parse(grid1.Cell(e.Row - 1, 2).Text.Substring(0, 1)); } if (e.Row <= 100) { intNextCol = 3 + Int32.Parse(grid1.Cell(e.Row + 1, 2).Text.Substring(0, 1)); }if (e.Col >= 23) {}