DataGridViewRowsAddedEventArgs(Int32, Int32) 建構函式

定義

初始化 DataGridViewRowsAddedEventArgs 類別的新執行個體。

public:
 DataGridViewRowsAddedEventArgs(int rowIndex, int rowCount);
public DataGridViewRowsAddedEventArgs (int rowIndex, int rowCount);
new System.Windows.Forms.DataGridViewRowsAddedEventArgs : int * int -> System.Windows.Forms.DataGridViewRowsAddedEventArgs
Public Sub New (rowIndex As Integer, rowCount As Integer)

參數

rowIndex
Int32

第一個加入的資料列之索引。

rowCount
Int32

已經加入的資料列數。

適用於

另請參閱