DataGridViewRowCollection.SharedRow(Int32) 方法

定义

返回指定索引处的 DataGridViewRow

public:
 System::Windows::Forms::DataGridViewRow ^ SharedRow(int rowIndex);
public System.Windows.Forms.DataGridViewRow SharedRow (int rowIndex);
member this.SharedRow : int -> System.Windows.Forms.DataGridViewRow
Public Function SharedRow (rowIndex As Integer) As DataGridViewRow

参数

rowIndex
Int32

要获取的 DataGridViewRow 的索引。

返回

DataGridViewRow

位于指定索引处的 DataGridViewRow

注解

该方法 SharedRow 返回不 DataGridViewRow 共享行。 如果修改共享行,则共享该行的所有行都将修改。

适用于

另请参阅