DataGridView.NewRowIndex 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得新記錄的資料列之索引。
public:
property int NewRowIndex { int get(); };
[System.ComponentModel.Browsable(false)]
public int NewRowIndex { get; }
[<System.ComponentModel.Browsable(false)>]
member this.NewRowIndex : int
Public ReadOnly Property NewRowIndex As Integer
屬性值
新記錄之資料列的索引;如果 AllowUserToAddRows 為 false
,則為 -1。
- 屬性
備註
除非 AllowUserToAddRows 是 false
,否則此屬性的值等於 控制項中的資料列數目減 1。