GrapeCity MultiRow Windows Forms Documentation
NewRowIndex Property


Gets the row index for new records.
Syntax
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<BrowsableAttribute(False)>
Public ReadOnly Property NewRowIndex As Integer
Dim instance As GcMultiRow
Dim value As Integer
 
value = instance.NewRowIndex
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[Browsable(false)]
public int NewRowIndex {get;}

Property Value

A System.Int32 that indicates the row index for new records, or -1 if AllowUserToAddRows is false.
Remarks
Unless AllowUserToAddRows is false, the value of this property is equal to the number of rows in the control minus 1.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.