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.
Applies to
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.