第一列中的小黑三角的官方DataGridView命名描述是什么?
它似乎标记了DataGridView.CurrentRow的位置,但它只是一个get属性,我想设置它。
Grid with arrow indicating caret http://img180.imageshack.us/img180/3851/gridl.png
答案 0 :(得分:3)
CurrentCell
属性设置为所需行中的单元格。来自http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview.currentrow.aspx的DataGridView.CurrentRow属性的备注部分。