DataGridView.NewRowIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.