DataGridView.NewRowIndex Property

Definition

Gets the index of the row for new records.

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

Property Value

The index of the row for new records, or -1 if AllowUserToAddRows is false.

Attributes

Remarks

Unless AllowUserToAddRows is false, the value of this property is equal to the number of rows in the control minus 1.

Applies to

See also